You are here

eclipse

Ivan Radovanovic's picture

How to run Eclipse with debug info sent to console

By running it from command line with arguments -consoleLog -debug

Ivan Radovanovic's picture

How to build JAR from Eclipse plugin project

Right click project in project explorer window, choose "Export...", then choose "Deployable plug-ins and fragments" under "Plug-in Development". After that everything should be simple - when choosing directory to export be aware that inside that directory plugins subdirectory will be created and plugin jar will be placed in it (rather than in directory itself).

Subscribe to RSS - eclipse