Skip to main content

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


There are most likely compile errors causing problems if a 1.4 level jdk was used for the 2.0.1 build.

See http://bugs.eclipse.org/bugs/show_bug.cgi?id=22369.

A workaround is to switch to using a 1.3 level jdk.

Hope this helps,

Sonia



David Lazanja <dl256@xxxxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

02/07/2003 11:14 PM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [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

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top