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.
netbeans classpath
Name: osaru Date: January 20, 2004 at 20:26:55 Pacific OS: win32 CPU/Ram: 512
Comment:
How do I set classpath in netbeans? I don't see any way to set classpath for .jar file or class file in netbeans. I can do this in dos shell, but have no idea in netbeans GUI.
Name: gpp Date: January 21, 2004 at 05:47:41 Pacific
Reply:
Its been a little while since I've used netbeans, but you dont need to manually edit any paths. There are 4 locations that classes and/or jars can be dropped.
I'm pretty sure that any jar or class file in those locations is automatically in the classpath. If its not in one of thos places, then you need to right click on the project and select 'mount'. This will put that jar in the classpath. If you're still not sure about any of this, then try printing out the classpath, and you can see everything thats in it.
Summary: Hi all :-) Can someone PLEASE tell me how do I set my CLASSPATH and anything else I need to do. I have installed c:\jdk1.3.1_01 and I need also to included UserDialog.class to my programs. But ...
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: Hello, I'd like to set a java classpath from a perl script. I tried to use the system function to do so by writing: "set CLASSPATH=C:\\eclipse\\workspace\\Test;\n"; but the classpath did not changed a...