gjoisa Active Member Licensed User Longtime User Feb 10, 2011 #1 May be a silly question . Is it possible to get the compiled .jar file and can it be run on java touch screen phones ?
May be a silly question . Is it possible to get the compiled .jar file and can it be run on java touch screen phones ?
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2011 #2 The Java class files are available under <project folder>\Objects\Bin. However you will not be able to run it on any device other than Android, as the code depends on Android specific APIs. Upvote 0
The Java class files are available under <project folder>\Objects\Bin. However you will not be able to run it on any device other than Android, as the code depends on Android specific APIs.