Advertisement

[java] JBuilder question

Started by August 03, 2001 11:50 AM
1 comment, last by Big B 23 years, 6 months ago
I''m running JBuilder 4 and can''t seem to find a way to change the classpath. The classpath currenlty includes the current project dir and all of JBuilder''s stuff, but I need to include some directories outside of that since I''m getting all sorts of ClassNotFoundException exceptions. Thanks in advance
Java ---- RESIST THE FAD
Advertisement
Hi!

Try this;

Tools->Configure libraries. Push new and define a new library.
Include it into your project by Project->Project properties and using the required library.

Regards
Johan
Johan Karlsson

This topic is closed to new replies.

Advertisement