From: Wolfgang K. <wol...@xm...> - 2009-10-10 10:56:07
|
Of course you have to specify what should be cross compiled - that's what the --in parameter is used for. You can either specify a single file to be cross compiled (i.e. a .class file) or a folder. In the latter case all files in that folder (.class ., .exe and .xmlvm) will be cross compiled. For more details see page 10 of manual.pdf. -- Wolfgang Shraddha Damle wrote: > Hi, > > I want to use XMLVM for my application.For that,I installed JDK1.6.I > have 'XMLVM.jar' file.I have build the XMLVM successfully through ant > utility. > > Now,as per ur documentation XMLVM.pdf,in order to invoke XMLVM,command > given in documentation is > *'java -jar dist/xmlvm.jar'* > but It didn't work,else it asks for atleast one --in parameter.what > --in parameter value should I Provide? > > Can u plz help me out in this issue as early as possible? > > Regards, > Shraddha |