Eclipse

A project aiming to provide a universal toolset for development. Open Source IDE.

http://www.eclipse.org/

Eclipse 3.8.2

Eclipse 3.8 provides bugfixes for Indigo & adds Java 7 support, but is not a 'packaged distribution' release, and will not be maintained after 4.3 "Kepler" is released. Features and plugins equivalent to a packaged distribution may be added from within the IDE http://en.wikipedia.org/wiki/Eclipse_%28software%29.

Archive:

Slackware64 14 - 64 bit

Run commands:

Slackware 14 - 32 bit

Run commands:

On error

If error Job found still running after platform shutdown. appears in .log file, delete al plugins below .metadata/.plugins in workspace.

MESSAGE Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4

Import Eclipse project

On the folder project must exist the .project file.

Steps:

.project file sample for nodeclipse

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <projectDescription>
   3         <name>nodeclipse-project</name>
   4         <comment></comment>
   5         <projects>
   6         </projects>
   7         <buildSpec>
   8                 <buildCommand>
   9                         <name>com.eclipsesource.jshint.ui.builder</name>
  10                         <arguments>
  11                         </arguments>
  12                 </buildCommand>
  13         </buildSpec>
  14         <natures>
  15                 <nature>org.nodeclipse.ui.NodeNature</nature>
  16                 <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
  17         </natures>
  18 </projectDescription>

Java/Eclipse (last edited 2013-12-29 00:04:52 by 89)