Hi,
When i build compile the source file, i get this error.
I have search thru the internet about this problem but no vail. Someone please help me
[java] java.io.IOException: CreateProcess: javac -nowarn -classpath D:\uobm\ejbcgen;D:
\bea\jdk131\jre\lib\rt.jar;D:\bea\jdk131\jre\lib\i18n.jar;D:\bea\jdk131\jre\lib\sunrsasign.
jar;D:\bea\jdk131\jre\classes;D:\bea\jdk131\lib\tools.jar;D:\bea\wlserver6.1\lib\weblogic.j
ar -d D:\uobm\ejbcgen D:\uobm\ejbcgen\com\oe\ejb\*.java D:\uobm\ejbcgen\com\OLSV2\acs\ejb\*
.java error=2
Regards,
Myra
-
java.io.IOException: CreateProcess: javac -nowarn -classpath (3 messages)
- Posted by: myra y
- Posted on: September 29 2004 03:44 EDT
Threaded Messages (3)
- java.io.IOException: CreateProcess: javac -nowarn -classpath by null on October 05 2004 04:30 EDT
- java.io.IOException: CreateProcess: javac -nowarn -classpath by Amar Natb Veeramalli on October 13 2004 06:37 EDT
- Re: java.io.IOException: CreateProcess: javac -nowarn -classpath by Cristiano Monteiro on July 31 2006 09:09 EDT
-
java.io.IOException: CreateProcess: javac -nowarn -classpath[ Go to top ]
- Posted by: null
- Posted on: October 05 2004 04:30 EDT
- in response to myra y
-
java.io.IOException: CreateProcess: javac -nowarn -classpath[ Go to top ]
- Posted by: Amar Natb Veeramalli
- Posted on: October 13 2004 06:37 EDT
- in response to myra y
I had a similar problem while trying to deploy a J2EE application. After some investigations, and following the links provided above, I found that I am not setting the JAVA_HOME environment variable probably. It should point to right jdk directory, i.e javac.exe should exist in %JAVA_HOME%\bin directory. -
Re: java.io.IOException: CreateProcess: javac -nowarn -classpath[ Go to top ]
- Posted by: Cristiano Monteiro
- Posted on: July 31 2006 09:09 EDT
- in response to myra y
After a few days of head banging, I found this link that explained perfectly the problem and pointed a working solution: http://marc.theaimsgroup.com/?l=xmlbeans-user&m=107118014101801&w=2 HTH others with the same problem.