Re: [J2me-device-db-general] Getting started.
Brought to you by:
s_szczygiel,
space2
From: James B. <jm...@ho...> - 2006-08-03 20:54:12
|
Hello All, I've download the windows version of the J2ME Device DB tools and have = followed the examples. By default the demo doesn't work for me since I'm using JDK 1.5 and = you have to modify the antenna build target which I have done: From: <wtkbuild srcdir=3D"${dist.dir}/src" bootclasspath=3D"${project.libs}" destdir=3D"${dist.dir}/classes" preverify=3D"false"/> to=20 <wtkbuild srcdir=3D"${dist.dir}/src" bootclasspath=3D"${project.libs}" destdir=3D"${dist.dir}/classes" preverify=3D"false" source=3D"1.3" target=3D"1.1"/> However now I'm getting a different error: [echo] Creating JAR ... [wtkpackage] Building jar: = C:\development\microcode\mariobros\dist\jadjar\nokia\ s40\MarioBros_v1-0-0_en.jar [wtkpackage] Updating JAD file = C:\development\microcode\mariobros\dist\jadjar\no kia\s40\MarioBros_v1-0-0_en.jad [echo] Preverification ... [wtkpreverify] Preverifying = C:\development\microcode\mariobros\dist\jadjar\nokia \s40\MarioBros_v1-0-0_en.jar [wtkpreverify] ERROR: floating-point arguments should not appear [wtkpreverify] Error preverifying class java.lang.String BUILD FAILED C:\development\microcode\mariobros\build\build.xml:8: The following = error occurr ed while executing this line: C:\development\j2me-device-db\tools\microcode\build.xml:50: The = following error occurred while executing this line: C:\development\j2me-device-db\tools\microcode\build.xml:59: The = following error occurred while executing this line: C:\development\j2me-device-db\tools\microcode\build.xml:105: = Preverification fai led (result=3D1) Any ideas? Cheers, James Brook |