Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] problems building/running eclipse from source

I'm trying to build eclipse for linux using Ant.

I extract the file eclipse-sourceBuild-srcIncluded-2.0.1.zip
in $HOME/eclipse.

I use the following build command:

./build -os linux -ws gtk.

The build completes with the following message:

-- BUILD SUCCESSFUL
Total time: 8 minutes 3 seconds

.  When I try to run eclipse, I got the following error message
in workspace/.metadata/.log:

!SESSION Feb 07, 2003 22:08:43.457 ---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -install file:/home/lazanja/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 Feb 07, 2003 22:08:43.460
!MESSAGE Plug-in org.eclipse.ui was unable to load class org.eclipse.ui.internal.Workbench.

the class org.eclipse.ui.internal.Workbench does not exist in the plugins directory.

Does anybody know why this class is missing??

Many Thanks.
David



// Department of Applied Physics and Applied Mathematics
// Columbia University



Back to the top