-
add jar to my project
hi! I have a java code which needs some external jar.
I'm working in windows with eclipse and I added them, it worked perfect!
Now I have to migrate my code to ubuntu server and I have no idea how to do it? Do I have to add them to my classpath? There are a lot of them! Can I add *.jar in a folder??
Thank you!
Regards
-
Hi !!
Well what I have always done is add the jar to the project in windows, then in linux somebody puts the jar in the same folder that is the main project.
Greetings!!