NetBeans with J2ME can't find the Visual Mobile Designer - netbeans

I am new to NetBeans.
And I am trying to create a simple J2ME application,
I have installed NetBeans 7.3 and I installed mobile emulator.
I created a new mobile application project, till now every thing is ok and the project is running, but I can't find the designer tab to drag and drop objects(buttons,textbox ..) on the screen, I have searched all the menus but no results.
any suggestion please.
thanks in advance

In netbeans goto Tools menu -> Plugins -> Available Plugins ->Check For newest-> Mobile Visual Designer-> Install.
Internet is required for installing Mobile Visual Designer.

Related

ADT opens as Eclipse?

i downloaded ADT bundle for linux 64bit from developers android website
also downloaded adt plugin zip and installed developer tools form HELP --->> INSTALL NEW SOFTWARE.
but when i open eclipse from the folder it opens as eclipse juno (i.e.the splash screen) and not as Android Developer Tools.
can anyone tell me what is wrong or am i openeing it the wrong way?
and i am using fedora 20.
Not sure if I understand your question correctly but ADT is mainly context menus integration in Eclipse. If you are in the Java perspective you can see on the Window menu the options Android SDK Manager, Android Virtual Devices, etc. You also have a perspective to debug called DDMS. You can create new project with template Android Project (or import Android project from existing sources). If you right click in a project you also have and Android Tools context menu, etc.

No "Blank Wear Activity" template shown for Android Wear on Eclipse

I'm trying to set up Eclipse to develop for Android Wear by following this tutorial:
https://medium.com/#tangtungai/how-to-develop-and-package-android-wear-app-using-eclipse-ef1b34126a5d
I've made it to the step where one creates the new Android Wear Project and selects "Blank Wear Activity". On my setup, there is no "Blank Wear Activity" in the Create Activity dialog. It appears Eclipse is not finding the template to add to the list here.
I've tried this with Eclipse Luna downloaded from Eclipse.org, with ADT then installed via Eclipse's "Install New Software..." menu. I've also tried it on the pre-configured Eclipse Juno you can download from developer.android.com that has ADT pre-installed.
I can use the Android SDK manager to pull down the Android 4.4W platform stuff as well as Android Support Library and Google Support. I can find the wearable-1.0.0.aar and unpack it. I can import that project and all seems well. But I never wind up with the "Blank Wear Activity" template as an option. I've tried with and without installing the L Preview SDK.
All of this is on Ubuntu 14.04.
Since the latest ADT (23.0.2), there isn't any wizard to create wear activity.
So you can try to download this Black Activity For Android Wear and start from there.
https://github.com/tangtungai/Android-Wear-Black-Activity-Template
Hope this help.
The templates are provided by Android Studio, so you can't find it in SDK or your ADT.
You can find it in AndroidStudio/plugins/android/lib/templates/activities
Eclipse uses for its templates the folder <android-sdk-folder>/extras/templates/.
The language used is the same, but I don't know if they can works on Eclipse without changes.

Please configure a GWT SDK?

I have just installed the Google App Engine Plugin for eclipse and want to create a new project. But i only get:
Why cannot I create a new project?
greetings and thx in advance
Plugin is not same as the SDK. Plugin just makes it easy to work with GWT projects.
The actual GWT compiler and libraries are present in the SDK which needs to be downloaded separately.
Once you download and extract the SDK, You have to configure its location in Eclipse's Preferences. Go to Window > Preferences > Google > Web Toolkit and add the SDK there.
I had the same problem.
If you do not want to use GWT just uncheck the "Use Google Web Toolkit" checkbox on that same dialog. You do not need this turned on in order to create a New Web Application Project.
I personally think it was confusing that the checkbox for GWT is turned on by default, even if you don't have one installed.
The SDK that you installed with your eclipse plugin should be sufficient.

After installing Blackberry Java plug-in in Eclipse cannot see the option for running the blackberry project

I have being developing application using android on Eclipse Helios(Windows XP).
Now i want to develop it for blackberry, and for that i found the following links
http://thinkingblackberry.com/?p=260
http://us.blackberry.com/developers/javaappdev/javaupdate.jsp
Now installation ran smoothly, i can see the blackberry installed in HELP -> ABOUT option in Eclipse. but when i started Eclipse i cannot see the option's for blackberry.
Have you tried the menu on the upper right border of eclipse?
Go to Window->Open Perspective->BlackBerry Application Development
There you have it.

Attach Javadoc to Eclipse for Java ME

I have just begun developing using J2ME using Eclipse Pulsar and I am trying to work out how you go about giving eclipse the associated javadoc for all of the CDLCs. I am using the Symbian S60 5th edition SDK if that makes any difference.
Thanks in advance.
On the Windows>Preferences>Java ME>Device Management dialog choose the device that you are using and push the edit button. This should open a new dialog. You can edit the javadoc locations on the libraries tab.