 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Oren.Tal2@gmail.com Guest
|
Posted: Fri Jan 13, 2006 12:45 pm Post subject: problem while using eclipse |
|
|
if i have some class only as bytecode but not as source code how do i
integrate them to my project in a way that i could use in that classes?
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Fri Jan 13, 2006 8:17 pm Post subject: Re: problem while using eclipse |
|
|
On 13 Jan 2006 04:45:52 -0800, [email]Oren.Tal2 (AT) gmail (DOT) com[/email] wrote, quoted or
indirectly quoted someone who said :
| Quote: | if i have some class only as bytecode but not as source code how do i
integrate them to my project in a way that i could use in that classes?
|
import it.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
|
| Back to top |
|
 |
Oliver Wong Guest
|
Posted: Fri Jan 13, 2006 8:22 pm Post subject: Re: problem while using eclipse |
|
|
<Oren.Tal2 (AT) gmail (DOT) com> wrote
| Quote: | if i have some class only as bytecode but not as source code how do i
integrate them to my project in a way that i could use in that classes?
|
It's easiest if you can get your classes in JAR format.
Right click on your Eclipse Java project, and choose "properties".
Scroll down to "Java Build Path", and choose the "Libraries" tab. This is
where you can add JARs and folders to your class path. If you have the
external code as a JAR file, use the "Add External JAR" button.
- Oliver
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|