Hi there I have downloaded j2me wireless toolkit (latest one ) do I need other downloads?
I have j2se
j2ee installed ( also classpath and path are all set )
I am reading Yu Feng's book and he mentions that if the installation is successful i should be able to run
C:\> J2MEWTK\apps\example\bin\run.bat
well when i try i get the following error message :
C:\J2mewtk\apps\example\bin>run.bat
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/kvem/midp/Main I am completely lost & need help

(links package names etc ) to set my environment up . ( so I can enjoy Yu Feng's book )
here is the run.bat
@echo off
rem This file runs the example.jad/jar file in the emulator.
cd ..\..\..\
set CLASSPATH=lib\kvem.jar;lib\kenv.zip;lib\lime.jar;apps\example\bin\example.jar
java -Dkvem.home=. com.sun.kvem.midp.Main DefaultGrayPhone -descriptor apps\example\bin\example.jad
cd apps\example\bin
where is com.sun.kvem.midp.Main ?
if I double click on example.jad this application runs fine [This message has been edited by ersin eser (edited August 01, 2001).]