Thursday 22 January 2009

XML Beans


 

Just installed XML beans and it gave strange error. I recalled having installation issues on previous occasions as well, thought would post it here keep it hand for next time :)


 

C:\>scomp version.xsd

Time to build schema type system: 0.391 seconds
Time to generate code: 0.047 seconds
java.io.IOException: CreateProcess: C:\javac @C:\DOCUME~1\TARANM~1\LOCALS~1\Temp\javac63121 error=2


 

Solution:

Make sure PATH variable on the system contains JDK path in the beginning

%JAVA_HOME%/bin;



No comments: