[Jython-dev] How do I make jython and NetBeans IDE recognize imported Java lib
raries
by Jones, David H other posts by this author
Dec 20 2002 6:47PM messages near this date
[Jython-dev] [ jython-Patches-656959 ] operator module fixes
|
Re: [Jython-dev] Where's the FAQ?
I was looking for an IDE for jython, and was pleased to find that NetBeans (
<http://www.netbeans.org/ide/download.html> ) was setup to support jython. I
installed Netbeans 3.3.2 and wrote some code that imported both python and
Java SE libraries, and everything worked as advertised. However, I haven't
been able to figure out how to configure Netbeans, jython, or a project so
that I can import other Java libraries.
For example, I am writing an RDF application that uses the Jena API found at
<http://www.hpl.hp.com/semweb/download.html.> I have have done various
things to try to identify the library, jena.jar, to jython or the IDE,
including mounting the jar, adding it to CLASSPATH. Regardless of what I do
I get the error: ImportError: "No module named hp" Can anyone help me out on
how to get this up and working Regards, David H. Jones Boeing Phantom Works,
Mathematics & Computing Technology 425-865-6924 425-856-2964 (FAX)
david.h.jones@[...]..
Regards,
David H. Jones
Boeing Phantom Works,
Mathematics & Computing Technology
425-865-6924
425-856-2964 (FAX)
david.h.jones@[...].com
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
|