Hi i write a Java Swing GUI that includes alot of .jar files.
I have add alot of .jar files to my Buildpath. If now my friend trys to run the programm he got my Buildpath and they are wrong on his pc.
Is there a possible way to set the Buildpath so my friend don't have to set them again?
for example at the moment one buildpath is like this: home/usr/bonzai/oad/xxx.jar
my programm that is executed is in the folder bonzai. so i want to set the path like this: ./oad/xxx.jar
So the programm knows go into the folder oad, that is in the same folder, then take xxx.jar.
Hope you understand what i want to do :-)
mfg Christoph