I have this problem with netbeans where I am trying to run an old project that has this emulator. I hit resolve, but it asks me to find the java platform for it.
Problem: The project uses the Java Platform called "Sun Java(TM)开发者_StackOverflow Wireless Toolkit 2.5.2 for CLDC", but this platform was not found.
Solution: Click Resolve and create new platform called "Sun Java(TM) Wireless Toolkit 2.5.2 for CLDC".
some pictures of what I am seeing:
Any help appreciated,
Ted.
First of all just confirm Sun Java(TM) Wireless Toolkit 2.5.2 for CLDC is installed in your system or not.
if it is installed then when you are pressing resolve problem, add platform and select your installed WTK path. it will solve your problem.
There is other approach also. Even if you didn't installed WTK, netbeans having its own emulator. so in project properties there is configuration menu in which you can select available emulator and profile.
you can solve your problem by any of the approach.
精彩评论