tsvetan-stoyanov / launchpi

Launch Raspberry PI Java applications from within Eclipse
Apache License 2.0
23 stars 3 forks source link

1.2 GB to download in PI and possible memory leak. #24

Open halx4 opened 8 years ago

halx4 commented 8 years ago

when I try to launch in Rpi an eclipse java project, launchPi attempts to download in Rpi a file sized 1.232.090 KB. I left the launch to proceed but after stopping the running project from eclipse stop button, the space allocated in Rpi did NOT get free.

it worths mention that If I export the same project as a runnable jar with all necessary libraries included, it is only 2MB in size.

I can provide more details and the project mentioned above on request.

tsvetan-stoyanov commented 8 years ago

Inside /home/pi/.launchpi_projects/ there shall be a tar file with the name of the java project. Can you please share the contents list of this file?

10x Tsvetan