Can anyone here help me with a configuration problem.
I am trying to use the Jena RDF jars with NetBeans IDE 3.5.1 but can't
seem to get netbeans to find the jars in the lib folder. I tried passing
-cp:a jena/lib to the start script runide.sh which is supposed to
append the libs onto the classpath but the jena tutorial code cannot
find the package to import. The jena documentation says that the library
directory only needs to be appended to the java classpath. Is there
something else I have to do?
John Ochiltree
Bx - 02 Oct 2003 12:26 GMT
> Can anyone here help me with a configuration problem.
>
[quoted text clipped - 5 lines]
> directory only needs to be appended to the java classpath. Is there
> something else I have to do?
Try to mount the jar to the filesystems in Explorer(File -> Mount
Filesystem -> Archive Files). All the directories/jars listed in
explorer are the classpath for the developed appplication.
B.
> John Ochiltree