Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Understanding this huge pile of code... ;-)

Title: Message
 
First, an opps. The message files are still the ones from IBM WSAD. In there we used a logging utility that put logs to LoggingUtil.log. However, in VE, we've changed it to just use the standard .log file of Eclipse.  
Okay...  Looking in .log...
 
!SESSION Jan 19, 2004 13:04:15.83 ----------------------------------------------
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -pdelaunch -dev bin,runtime -feature org.eclipse.platform -data C:\eclipse_ve\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl en_US -configuration file:
C:/eclipse_ve/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/C__eclipse_ve_eclipse_runtime-workspace/platform.cfg -install file:C:/eclipse_ve/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Jan 19, 2004 13:04:15.83
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Jan 19, 2004 13:04:15.83
!MESSAGE Unknown extension point "org.eclipse.pde.core.source" specified in plug-in "org.eclipse.ve.source".
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Jan 19, 2004 13:04:15.83
!MESSAGE Unknown extension point "org.eclipse.pde.core.source" specified in plug-in "org.eclipse.jem.source".
!ENTRY org.eclipse.jem.proxy 2 0 Jan 19, 2004 13:05:28.149
!MESSAGE Project (VisualProject)-VM for MyFrame.java:err>java.lang.NoClassDefFoundError: org/eclipse/jem/internal/proxy/common/IVMServer
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
!ENTRY org.eclipse.jem.proxy 2 0 Jan 19, 2004 13:05:28.209
!MESSAGE Project (VisualProject)-VM for MyFrame.java:err>
The missing IVMServer looks like the problem.
 
I just tried enabling all internal and external plug-ins in the launch configuration dialog and re-launching.
 
Same error message.
 Second, this is happening because it can't find the main class that runs the remote vm. I don't know why it isn't finding it. You are running Eclipse 3.0M5 correct? 
 
Nope.  I'm using VEP 0.5.0 and Eclipse 2.1.2 for the purposes of learning and for my EclipseCon presentation.  The thought was to have a stable milestone-quality platform for learning, then I'd catch up with what's new later.  That way the code wouldn't be changing under my feet as I'm working on learning it.
 
 
Dave
 

Back to the top