Automated Mobile App Compilation Tool
DESCRIPTION
This tool automates the process of compiling and packaging Java ME applications. Set source code and output directories, compile, preverify, and create JAR files effortlessly. Simplify your app development workflow.
1 / 1
Télécharger la présentation
Automated Mobile App Compilation Tool
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
LG-VM make.bat File • set midp_home=C:\P520 • set src=.\src • set temp_classes=.\classes • set classes=.\output • rem compile • javac -bootclasspath %midp_home%\api\classes.zip -d %temp_classes% %src%\*.java • rem preverify • %midp_home%\preverify -classpath %midp_home%\api\classes;%classes% -d %classes% %temp_classes% • rem jar • jar cvf %1.jar -C %classes% .
More Related