This site requires JavaScript, please enable it in your browser!
Greenfoot back
miles7191
miles7191 wrote ...

2013/6/26

User Libraries

miles7191 miles7191

2013/6/26

#
When adding a custom library (Edit>preferences>Libraries) they work perfectly fine while in the Greenfoot application. However once you export the application (Stand alone application or webpage) the user libraries do not export with the project. Are there any workarounds or planning to add this feature? The library I am working with is commons-net-3.3.jar if that helps in any way. -Miles7191
Gevater_Tod4711 Gevater_Tod4711

2013/6/27

#
If you have got a jar file you may can add the librarys manually. A jar file is built up like a zip file. So you can change the ending of the file to zip and add the new package using copy and paste. If the classes are in the right directory that may work. But I don't know how you could do this when you upload the game as a web application.
miles7191 miles7191

2013/6/27

#
Thank you very much! If you extract the compiled files from the jar to the project folder the application exports correctly.
You need to login to post a reply.