Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » error=193: org.eclipse.core.runtime.CoreException[120]: java.io.IOException: CreateProcess: D:\j2sd1
error=193: org.eclipse.core.runtime.CoreException[120]: java.io.IOException: CreateProcess: D:\j2sd1 [message #20188] Mon, 12 May 2003 17:16
Eclipse UserFriend
Originally posted by: Anil.CyberWeave.com

I am new to Eclipse (but I believe I have done my reading!).


My objective is to run my first simple Hello World H.class. My Win2000
console run is shown below:

D:\CW>\j2sd141\bin\java -cp \a\h H

Hello World

D:\CW>


!! But I am not successful in Eclipse. !!


I start Eclipse by: d:\jwt\eclipse\eclipse -data \a -vm
\j2sd141\bin\javaw

Eclipse seems to come up fine but when I run my app I get an error msg box
saying:

exception occurred during lanuch exception occurred executing command
line

Log output is included at the bottom of this msg.


?? What is the cause of my current problem and in future where could
one look for details on errors ??


!SESSION May 12, 2003
10:56:14.328 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -data \a -install
file:D:/JWT/eclipse/
!ENTRY org.eclipse.debug.ui 4 120 May 12, 2003 10:56:14.328
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException[120]: java.io.IOException:
CreateProcess: D:\j2sd141\bin\javaw -classpath \a\h H error=193
at java.lang.Win32Process.create(Native Method)
at java.lang.Win32Process.<init>(Win32Process.java:63)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:471 )
at
org.eclipse.jdt.launching.AbstractVMRunner.exec(AbstractVMRu nner.java:59)
at
org.eclipse.jdt.internal.launching.StandardVMRunner.run(Stan dardVMRunner.jav
a:230)
at
org.eclipse.jdt.internal.launching.JavaLocalApplicationLaunc hConfigurationDe
legate.launch(JavaLocalApplicationLaunchConfigurationDelegat e.java:111)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:156)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.jav
a:676)
at org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITool s.java:538)
at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:48 7)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:101)
!ENTRY org.eclipse.debug.core 4 120 May 12, 2003 10:56:14.328
!MESSAGE Exception occurred executing command line.
!STACK 0
java.io.IOException: CreateProcess: D:\j2sd141\bin\javaw -classpath \a\h H
error=193

at java.lang.Win32Process.create(Native Method)
at java.lang.Win32Process.<init>(Win32Process.java:63)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:471 )
at
org.eclipse.jdt.launching.AbstractVMRunner.exec(AbstractVMRu nner.java:59)
at
org.eclipse.jdt.internal.launching.StandardVMRunner.run(Stan dardVMRunner.jav
a:230)
at
org.eclipse.jdt.internal.launching.JavaLocalApplicationLaunc hConfigurationDe
legate.launch(JavaLocalApplicationLaunchConfigurationDelegat e.java:111)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:156)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.jav
a:676)
at org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITool s.java:538)
at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:48 7)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext
..java:101)
Previous Topic:windows rt.jar with debug
Next Topic:Search UI problems
Goto Forum:
  


Current Time: Tue Apr 16 11:37:51 GMT 2024

Powered by FUDForum. Page generated in 0.06567 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top