Greetings one and all:
Hi, I'm new to programming, and and trying to get started in Java 1.4.2 on OS X 10.3.
To begin, I tried programming the HelloWorld app. I saved it as a .java file with TextEdit, and tried to compile in Terminal. The name of the file and my Terminal command match. The response from Terminal is: "error: cannot read: HelloWorld.java
1 error" Not a very helpful error message, I'd say.
My .profile file reads:
"export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export DISPLAY=:0.0"
Do I need to change the PATH? Thanks, I'm sure you can see I have no idea what I'm doing here. Any ideas would be greatly appreciated.
-Mike
Hi, I'm new to programming, and and trying to get started in Java 1.4.2 on OS X 10.3.
To begin, I tried programming the HelloWorld app. I saved it as a .java file with TextEdit, and tried to compile in Terminal. The name of the file and my Terminal command match. The response from Terminal is: "error: cannot read: HelloWorld.java
1 error" Not a very helpful error message, I'd say.
My .profile file reads:
"export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export DISPLAY=:0.0"
Do I need to change the PATH? Thanks, I'm sure you can see I have no idea what I'm doing here. Any ideas would be greatly appreciated.
-Mike