FaqJ2MEMeSeProjectStructure
How should I structure my project in NetBeans if I am using both Java ME and Java SE elements?
You have to create two projects. One for Java ME and one for Java SE because Java ME and Java SE have different sets of core classes. This not only affects compilation, but also code-completion, editor error-checking and refactoring.
