Skip to main content



      Home
Home » Newcomers » Newcomers » Where to put external jars
Where to put external jars [message #146255] Mon, 03 April 2006 00:12 Go to next message
Eclipse UserFriend
Originally posted by: jamesdcarroll.hotmaill.com

I want to use some code from Sun (XAMCL) that they have packaged in jars.
They're not plugins, just libraries. Where do I put them so that Eclipse
and the Java SDK and Java JRE can find them and I can use them in Eclipse.

TIA!
Re: Where to put external jars [message #146273 is a reply to message #146255] Mon, 03 April 2006 00:29 Go to previous message
Eclipse UserFriend
James,

You have two options, you can copy the jar libraries into your project
(creating a lib sub folder in your project is customary) and then select
them and right click->Add to build path. The other option is to select
your project and right click->Properties->Java Build Path->Libraries and
hit the Add External JARs button. This will create a reference to the
files on the external file system. Either way, when you launch your app
from Eclipse, the libraries will be added to the runtime classpath so
your app will run properly.

Hope this helps,
- Jeff
Previous Topic:Curiousity about VE
Next Topic:myeclipse and Multicore CPUs
Goto Forum:
  


Current Time: Tue Jul 22 14:46:47 EDT 2025

Powered by FUDForum. Page generated in 0.08173 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top