tags:

views:

326

answers:

2

HI,

I am getting issues with setting LWUIT.jar path to my existing project. Project is built using ant script and developed under eclipse 3.5.1

Tried ways: 1.Putting and checking jar to properties->java buildpath ->libraries/orders and export (gives compile time classnot found exception) 2.Setting classpath to windows->preferences->ant->runtime (gives compile time preverification exception) 3.setting classpath to ant script (gives runtime class not found exception)

Please provide some solution thjat how can I set LWUIT.jar to my ant targetter eclipse j2me project.

Thank you

A: 

could you copy and paste the error message

ironman121
A: 

Error code:: package com.sun.lwuit.events does not exist [wtkbuild] import com.sun.lwuit.events.ActionEvent;

BUILD FAILED C:\eclipse_projects\Enterpreter\build.xml:2628: The following error occurred while executing this line: C:\eclipse_projects\Enterpreter\build.xml:189: Compile failed; see the compiler error output for details.

WTK build code::

classpath I fix but in that case it gives runtime exception:class def not found.

rajiv