+I know have a silly problem with JDK 1.1.7. Namely, while I can compile my
+application (containing several .java files organised in a number of
+packages), when I attempt to run it, it doensn't run! My environment is
+ $JAVA_HOME =
+ $CLASSPATH = .:$JAVA_HOME/lib/classes.zip:$JAVA_HOME/swingall.jar
+
potentially silly error, some potentially silly
solutions, which I occasionally have to remember :
- when you run the class file do you include the package name ?
eg..
cd
javac -d . RunDammit.java
java com.nortelnetworks.RunDammit
- Check that it creates a directory structure approp to yo source..
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]