java.io.IOException: java.io.IOException

Hello

I am trying to build my application on Linux using Weblogic 8.1 sp2 jars However the Build is Successful the application while building throws : java.io.IOException: java.io.IOException: javac Warning.

the same build is successful without warnings if we use Weblogic 7.0 jars

Please help if anybody has a know how on this

THE FOLLOWING IS FULL WARNING:

Building jar: /home/monish/dbor_nefms.042/nefms/build/voiceEjb.jar

[java] java.io.IOException: java.io.IOException: javac: not found

[java]at java.lang.UNIXProcess.<init>(UNIXProcess.java:143)

[java]at java.lang.Runtime.execInternal(Native Method)

[java]at java.lang.Runtime.exec(Runtime.java:566)

[java]at java.lang.Runtime.exec(Runtime.java:491)

[java]at java.lang.Runtime.exec(Runtime.java:457)

[java]at weblogic.utils.Executable.exec(Executable.java:227)

[java]at weblogic.utils.Executable.exec(Executable.java:156)

[java]at weblogic.utils.Executable.exec(Executable.java:142)

[java] at weblogic.utils.compiler.CompilerInvoker.execCompiler(CompilerInvoker.java:249)

[java] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:428)

[java]at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:329)

[java]at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:337)

[java]at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:270)

[java]at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:476)

[java]at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:397)

[java]at weblogic.ejbc20.runBody(ejbc20.java:517)

[java]at weblogic.utils.compiler.Tool.run(Tool.java:146)

[java]at weblogic.utils.compiler.Tool.run(Tool.java:103)

[java]at weblogic.ejbc.main(ejbc.java:29)

[java] Exec failed .. exiting

[java] Java Result: 1

Thanks

Monish

[1967 byte] By [@monish@a] at [2007-9-30 23:45:03]
# 1
The build process cannot find javac on your operating system's path. Correct the PATH environment variable and retry.- Saish"Shamadoo!" - B. Madison
Saisha at 2007-7-7 14:58:53 > top of Java-index,Administration Tools,Sun Connection...
# 2
I wonder how the build can succeed without the compiler being found...
jwentinga at 2007-7-7 14:58:53 > top of Java-index,Administration Tools,Sun Connection...
# 3

Thanx Saish

I was wondering like " jwenting" did how was build successful then ? and even teh ear file deployed successfully , the application dint gave any error while testing either,,,,,,,

but i just added again on command prompt

export PATH=/opt/edb/bea81sp1/jdk141_03/jre/bin:$PATH

which is path for my javac and the Warning was gone.

Thanks Saish

Regards

@monish@a at 2007-7-7 14:58:53 > top of Java-index,Administration Tools,Sun Connection...
# 4
Best of luck.- Saish"Shamadoo!" - B. Madison
Saisha at 2007-7-7 14:58:53 > top of Java-index,Administration Tools,Sun Connection...