Chinevu Amadi
Chinevu Amadi

Reputation: 11

Generating netbeans project with Lwuit

I am trying to generate a netbeans project with Lwuit editor. But gets this error message that some library are missing and that WTK 2.5.2 CLDCC Cannot be found. any idea on how to fix this

Upvotes: 0

Views: 74

Answers (1)

Nathaniel Johnson
Nathaniel Johnson

Reputation: 4839

http://www.oracle.com/technetwork/java/javame/javamobile/download/lwuit/index.html Is the location of the library that you must download. Additionally you may need the wireless toolkit though I am not sure why. http://www.oracle.com/technetwork/java/download-135801.html

If you are writing for mobile devices I strongly recommend that you check out Codename One which is the open source product developed by the original designers at Sun of lwuit. http://www.codenameone.com/

Upvotes: 1

Related Questions