1 / 1

Java Mobile App Compiler Script for LG P520

This Batch file sets up and compiles a Java application for LG P520 mobile devices. It includes parameters and paths for compilation. Run the .bat file to initiate the process.

gita
Télécharger la présentation

Java Mobile App Compiler Script for LG P520

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


  1. LG-VM run.bat File • set midp_home=c:\p520 • set src=.\src • set temp_classes=.\classes • set classes=.\output • @echo off • java -Xss1M -ms24m -cp %midp_home%\kvem.zip;%JMFHOME%\lib\jmf.jar;%JMFHOME%\lib\sound.jar -Djava.library.path=%midp_home% -Dkvem.templates=%midp_home% -Dscale=1 com.sun.kvem.Kauai p520 -classpath %midp_home%\api\classes.zip;%midp_home%\samples.zip;%classes% com.sun.kh.KH %1

More Related