Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
java classpath problem?
Name: osaru Date: March 30, 2004 at 04:03:28 Pacific OS: win CPU/Ram: 1G
Comment:
When I import "javax.servlet.http.httpUtils" , I get "package javax.servlet.http does not exist". Does this mean there is something wrong with the classpath? If the package is already contained in sdk, why we have to set the classpath for this particular package? Java's this kind of classpath problems seem illogical to me.
Name: gpp Date: March 30, 2004 at 06:58:34 Pacific
Reply:
Capital 'H' on HttpUtils. Whats illogical about it? The classpath only tells the compiler where to find the packages. You're just telling it which ones you want to use.
Summary: Hello I'm trying to run a java application from command line: java -classpath "G:\Viqee\classes;G:\Viqee\jar" "com.nextnine.common.Application" The problem is that the java compiler recognise only a p...
Summary: Hi - If you really have the SDK installed correctly .... then ... 1) You should have a JAVA_HOME environment variable that points to the install directory. 2) Your PATH environment variable should con...