When I receive an Eclipse project as an archive, I can easily import the archived project into Eclipse. Let me show you how. ► All Eclipse Tricks Share this: Eclipse – Import Archived Project30 Oct, 2015 in Let's Develop / Usefull Stuff tagged Eclipse / Tricks by letsdeveloper
Sometimes, I want to export a project from Eclipse, for backup or to share it. I prefer more sophisticated methods, such as version control, but it never hurts to know the basic tools available. ► All Eclipse Tricks Share this: Eclipse – Export Project to ZIP30 Oct, 2015 in Let's Develop / Usefull Stuff tagged Eclipse / Tricks by letsdeveloper
When I build an app, at some point I want to export it as an executable. A simple way is to create an executable JAR file, which can be run from the console or simply by double click on most modern OSs. Eclipse makes this easy for me. Let me […] Eclipse – Export Runnable JAR30 Oct, 2015 in Let's Develop / Usefull Stuff tagged Eclipse / Tricks by letsdeveloper