I've been trying to configure Eclipse with EclipseME, Antenna, and J2ME 
Polish for some time now, and keep running into problems.

I've searched Google and the Antenna and EclipseME lists.  Some Antenna 
threads state that the problem is an EclipseME issue, which is why I'm 
posting here.

Also, the SourceForge search tool on the Antenna and EclipseME mailing 
lists doesn't seem to work at the moment.  It keep reporting "Unable to 
connect to Search Server" and generates no hits regardless of what I 
search for.

-----

When I right-clicking on the project and select "J2ME" > "Export Antenna 
Build Files", three files are created (build.xml, 
eclipseme-build.properties, and eclipseme-build.xml).  When I 
right-click "build.xml" and select "Run As" > "Ant Build", I receiving 
the following error:

     "[wtkbuild] Cannot find jar or jar.exe in C:\Program 
Files\Java\jre1.6.0_03\bin, preverify will most likely fail."

In the "eclipseme-build.xml" file, the error appears to have occurred 
while processing this:

     <wtkbuild destdir="${path.build.classes}" 
encoding="${src.encoding}" source="1.3" sourcepath="" 
srcdir="${project.root.Rana}/res">
       <classpath refid="classpath.Rana"/>
     </wtkbuild>

On my system, "jar.exe" is located in "jdk1.6.0_03", not "jre1.6.0_03", 
yet for some reason, it's searching the JRE path.  I have no idea how to 
correct this.

-----

At the moment, I am using the following versions of the above 
applications on two Windows XP systems, the only difference is the JDK:

     JDK (1.5.0_14) - laptop system
     JDK (1.6.0_03) - desktop system

     Sun Wireless Toolkit (2.5.2)

     Eclipse (3.3.1.1)
     EclipseME (1.7.7)

     Antenna (antenna-bin-1.0.0.jar)
     J2ME Polish (j2mepolish-2.0-RC4.jar)
     ProGuard (proguard4.1.zip

I seem to have installed everything correctly, and followed the 
instructions for EclipseME installation.  I can successfully build and 
run applications via the Eclipse Run > Open Run Dialog... > Wireless 
Toolkit Emulator.  Unfortunately, that's the only way I have been able 
to get things to run.

When performing an "Ant Build" on my desktop (JDK 1.6), the process 
generates the error 4 times in "wtkbuild", 1 time in "wtkpackage", and 1 
time in "wtkpreverify".  Afterward, it reports BUILD SUCCESSFUL.

When running "Ant Build" on my desktop (JDK 1.5), it generates the error 
4 times in "wtkbuild", and 1 time in "wtkpackage" before reporting BUILD 
FAILED.

-----

I've been searching through Google, and haven't found any solid 
solution.  Some people claim to have fixed it, yet they didn't post a 
solution.  I hope someone on this list can provide some assistance.
I'm pretty new to Java development, and have never used Eclipse before.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to