From: Lino S. <li...@ho...> - 2012-06-07 12:04:30
|
Hi, I am trying to build the CSharp Fireworks (in Visual Studio 2008) example that was included in the packaged downloaded via SVN from sourceforge. However, after building the project successfully, there is a post-build that takes place, but an error occurs. I've listed the error below.... java -classpath ./lib/bcel.jar;./lib/jakarta-regexp.jar;./lib/jdom.jar;./lib/mbel.jar;./lib/saxon9.jar;./lib/xercesImpl.jar;./ org.xmlvm.Main --java --out=./ FireWorks.exe EXEC : error : Could not find or load main class org.xmlvm.Main c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): error MSB3073: The command "java -classpath ./lib/bcel.jar;./lib/jakarta-regexp.jar;./lib/jdom.jar;./lib/mbel.jar;./lib/saxon9.jar;./lib/xercesImpl.jar;./ org.xmlvm.Main --java --out=./ FireWorks.exe" exited with code 1. Done building project "FireWorks.csproj" -- FAILED. Question: what is the org.xmlvm.Main class and how do I use it? Thanks InAdvance. |