I seem to have fixed the problem via the following steps:

     1. Open Preferences by selecting "Windows" > "Preferences".
     2. Select "Java" > "Installed JREs".
     3. Click "Add", and "Browse" beside the "JRE home directory" text 
field.
     4. Locate the JDK, then click "Okay".  The remaining fields should 
automatically be filled with the correct information.
     5. Click "Okay" to save the changes.
     6. When you return to the "Preferences" window, you need to set the 
newly added JDK as the default, so mark the checkbox in front of the new 
JDK option, then click "Okay" to save the preferences.

This seems to have fixed the error from occurring on both of my systems.



m.ryan wrote:
> 
> 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.
> 


-------------------------------------------------------------------------
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