Dear java-linux group,
Having installed your lovely port of jdk116v2 yesterday I started right
away with alittle project I have been thinking about...I had to do some
packaging and my files are all residing in /usr/local/jdk116v2/classes/
The classpath has been set to /usr/local/jdk116v2 and compiles all used
sources fine...When I come to test it out though I type "java Progress",
java file cannot be found. I tried "java Progress.class", java file
cannot be found...again!
I cannot determine where it is looking for the class I am in the
directory where the file I need to start is...I don't know if it's
because I have created a symbolic link is /usr/bin/ called java that
links to /usr/local/jdk116v2/bin/java though I don't see how that could
effect it locating the source correctly.
Any help on this matter would be appreciated.
Dan.