"Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration."- Stan Kelly-Bootle
Originally posted by Mike Smith:
When I get to Sun Download Manager Page, it asks for a file.What file?
Originally posted by Mike Smith:
Started the tutorial from SUN Hello World,at commmand prompt cd C;\java(cannot find the path specified).Everthing is located on C:,have only one drive,am following the tutorial very carefully,any help would be appreciated.Thank You.
Originally posted by Mike Smith:
dir c:\,shows sevral files,including the HelloWordApp_java.txt that I saved from the tutorial.
I put all of my stuff into a directory called java (off of my root, C:\, in Windows and off of my home directory in unix). On my windows machine, my PATH includes
"C:\j2sdk1.4\BIN;C:\j2sdk1.4\JRE\BIN".
and my CLASSPATH is set to
".;C:\JAVA" (notice the dot before the first semicolon)
Originally posted by Mike Smith:
dir c:\,shows sevral files,including the HelloWordApp_java.txt that I saved from the tutorial.