hi all, as the title, I am having problem on getting my jar to a sis.
here is what I did:
I have got a test midp with only 1 class, 1 png, which was build by J2ME WTK 1.0.4, and I am sure the jar works fine on the machine (I IR it to the machine and try).
1/: use AIF Builder to create .aif .app and .txt file.
as I only got 1 class file in the jar, I use
-cp \system\apps\test\test.jar test
2/: create a pkg file by text editor.
#{"test"},(0x00000001),1,0,0
"test.app"-"!:\system\apps\test\test.app"
"test.txt"-"!:\system\apps\test\test.txt"
"test.jar"-"!:\system\apps\test\test.jar"
"test.aif"-"!:\system\apps\test\test.aif"
"icon.mbm"-"!:\system\apps\test\icon.mbm"
3/: use makesis to create a sis file.
I can get the file to my 7650 by IR, and install it without problem. but when I exec it, system return "System Error!"
am I missing something? or did I set anything wrong?
can someone please help as I already spend 3~4 days n nights reading the series 60 SDK doc and tried........
thanks in advance!

Reply With Quote

