From: D S. <dav...@ya...> - 2010-05-28 14:47:55
|
I used the command: java -jar "dist/xmlvm.jar" --in=build/demo/java-desktop/org/xmlvm/demo/AbsoluteCalculator.class --out=build/js --target=js It generated a single js file (org_xmlvm_demo_AbsoluteCalculator.js), but I don't see a way to specify in which HTML element to display it. I also see it has some dependencies that where not generated with in the file, such as the objects java_lang_Object and qx. The latter I realize is part of the qooxdoo framework, but I find that a bit perplexing since the command flag "--target=qooxdoo" specifies a qooxdoo js app. Thanks, D ________________________________ From: Sascha Haeberling <sa...@xm...> To: D Sledge <dav...@ya...> Cc: xml...@li... Sent: Fri, May 28, 2010 4:00:26 AM Subject: Re: [xmlvm-users] Demos Translated to JavaScript Hi D, how did you cross-compile the demo exactly? I ask, because there a different ways of doing it. Thanks // Sascha On Wed, May 26, 2010 at 11:52 PM, D Sledge <dav...@ya...> wrote: So once I cross-complile one of the demos to JavaScript (specifically the Java-base AbsoluteCalculator demo), how do I see the generated script in action? > >Thanks, > >D > > >------------------------------------------------------------------------------ > > >_______________________________________________ >>xmlvm-users mailing list >xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |