
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On 26 Juli, 10:39, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> The easiest way access auxiliary jars to put the jars in your ext
> directory. Seehttp://mindprod.com/jgloss/classpath.html
> for details.
thanks for answering.
I dont think that is my problem though. In my IDE (Eclipse) I have
added external Jars to the Java build path (clicking project
properties->Java build path->add external JARs). I can see them in the
tree with my project. I can also import the packages that are included
in these jars into my project (they are resolved). The problem is that
there does not seem to be a swingx package in any of these jars, so
that import does not resolve.
Andrew Thompson - 26 Jul 2007 13:32 GMT
>On 26 Juli, 10:39, Roedy Green <see_webs...@mindprod.com.invalid>
>wrote:
...
>I dont think that is my problem though.
<http://swinglabs.org/projects.jsp> seems to rely heavily on
<https://swingx.dev.java.net/>. Perhaps you can get the
needed binaries from the java.net project.

Signature
Andrew Thompson
http://www.athompson.info/andrew/