I am
testing to use an ipaq to run the java CDCemu version
my ipaq (rx1950) has
windows mobile 2005, insignia jeode java
virtual machine
and i found on
http://republika.pl/mho/java/comm/ the rxtx libraries for Windows CE and the IPAQ
i tried to modificate the TLCDCEmu.bat to adapt it to the windows CE example(if yo download the RXTX_iPAQ_0211.zip file inside comes all the installation instructions and a .lnk file similar to the .bat used on cdcemu)
yourapp.lnk
54#\windows\evm.exe -Djeode.evm.console.local.keep=true -cp \windows\Programs\yourapp.jar;\windows\lib\comm.jar;\windows\lib\jcl.jar
YourApp -V
TLCDCEmu.bat
java -cp ./classes;./lib/RXTXcomm.jar org.tlcdcemu.main.TLCDCEmu
pause
i adapted the file in the next form:
54#\windows\evm.exe -Djeode.evm.console.local.keep=true -cp \classes;\windows\lib\comm.jar;\windows\lib\jcl.jar TLCDCEmu -V
but i only obtan an error: java.Lang.NoClassDefFoundError:TLCDCEmu
Bookmarks