You are not logged in.
Pages: 1
So I am trying to integrate the MTJ SDK to Eclipse. I've downloaded it from the Eclipse website and extracted it to a folder, but I think I need to paste the contents somewhere else so they are avaiable for Eclipse to see.
I use Sun's JDK. Where do I need to put the MTJ folder content or do I have to link it somewhere from Eclipse? I don't see the Java ME under Window->Preferences, so it's probably not in the right place yet.
Cheers.
Offline
Dunno how to do in Eclipse, but for Java i use Netbeans, u can give a try. For me it was much better to develop in netbeans then in Eclipse (the designer mode was the best in netbeans )
http://netbeans.org/features/javame/
Offline
Window->Preferences->Java->InstalledJREs->Add
should do.
Offline
It's supposed to be under JavaME, not Java.
Anyway, the solution is to install a separate Wireless Toolkit (Sun's works fine) and then add the URL for WTJ (Eclipse mobile development thing) in Eclipse update settings. Then you add another line of code and put the WTJ in Eclipse folder. Way too complicated, in Netbeans it's much simpler. I guess not everyone uses the programs for J2ME .
Offline
Pages: 1