01-16-2009, 07:30 AM
|
#2 (permalink)
|
| New Member
Join Date: Jan 2009 Model: 4.2.1 PIN: N/A Carrier: T-mobile
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Hi all,
I have another problem. Can anyone please suggest any way?
I am trying to build the cod file in linix(cent os) using the source file direct, not using jar/jad(seperate generated by sun wireless tool kit or j2me Polish).
I have used following shell script
RIM=/opt/rim
java -jar $RIM/bin/rapc.jar import=$RIM/lib/net_rim_api.jar codename=$RIM/JT/JT -midlet $RIM/JT/JT.rapc @$RIM/JT/JT_build.files .
I am getting error "I/O Error: java.io.IOException: preverify: not found"
I JDE there was "preverify.exe" in /bin. But how can I overcome that in linux. Is there any compatable jar file for preverify?
Using jar & jad then raw source following command works fine in linux :
java -jar $RIM/bin/rapc.jar import=$RIM/lib/net_rim_api.jar codename=$RIM/JT/JT -midlet jad=$RIM/JT/JT.jad $RIM/JT/JT.jar
Thanks in advance.
Regards,
Goutam |
| Offline
| |