Install Java EE Developer Tool on Eclipse Luna in a virtual machine - java

I am trying to install JAVA EE Developer Tool(for Dynamic web project) in Eclipse Luna onto my Virtual Machine but unable to see the selection options. Here is the image showing what i am struggling with:

If you want to solve the problem in an easy way then you should simply download Eclipse IDE for Java EE developer. You can do that from the links below.
http://www.eclipse.org/downloads/eclipse-packages/
If you want to get it from Eclipse Marketplace then you will have to search for webtools platform. Refer to the link below for more information.
https://eclipse.org/webtools/
http://download.eclipse.org/webtools/updates/
To install it, just add the following URL
http://download.eclipse.org/webtools/repository/luna/
If you want to get Eclipse oxygen repository, then you would add the same above url but replace the version name like.
http://download.eclipse.org/webtools/repository/oxygen/

Related

How to fix missing dynamic web page in eclipse oxygen

I have installed eclipse Oxygen in windows 10. I don’t find the “dynamic web project” option under project list. I have already installed Web, XML, Java EE using below link
How to fix Dynamic Web Project missing in Eclipse Oxygen
How to fix missing dynamic web page in eclipse oxygen?
Help --> Install New Software--> place this URL in work with field
http://download.eclipse.org/releases/oxygen/
Select the list of software's which do you want to update and complete normal update process. Once, installation completed you have to restart the eclipse. So, you are able to create the Dynamic Web Project.
Thanks,

Java ME: Emulator shows no GUI

I'm using Netbeans 8 and I've activated the Java Me and installed the platform. But when I click run project I see this window:
Where is phone emulator with the GUI view and how can I get it?
According to this page you can develop to MIDP with Netbeans. But at the download page is not available on any bundle.
I downloaded the Java SE version and went on Tools .. Plugins .. Available. There I found Java ME plugins. After install, unfortunately the New Project wizard only showed Java ME Embedded option. I believe this is what happened with you. Be sure to check the Visual Mobile Designer (Mobility category) this will add the options to Java ME projects.
But you still need to add Java ME Platform manually... Download it from here. Then go to Tools .. Java Platforms .. Add Platform .. Java ME CLDC .. Selected the folder where you installed the SDK.

Cannot find "New Web Application Project" option in Eclipse Luna with GWT

I followed these instructions to install Google Web Toolkit in a freshly installed Eclipse (Luna). I have Java version 8 on Mac OS 10.7.5. I restarted Eclipse twice for good measure. I can see the following installed software:
I now want to start making a GWT project as outlined here. However I can't find any "New Web Application Project button" or icon. Here's a screenshot of the dropdown menu under "New".
I found a previous recommendation to install from a download but this option doesn't seem to be available for Luna.
I also found these FAQs which say where the SDK is installed; indeed, I have a /Applications/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0 directory.
How can I start a new GWT project? Thanks!
File -> New -> Other -> Google -> Web Application Project
Restart your Eclipse from command prompt with -clean option as
./eclipse -clean
This should make all the GWT related views available.
Setting -clean option will remove all the OSGi and Eclipse Runtime cache data.
This will also clean the caches used to store bundle dependency resolution and eclipse extension registry data.

Issues with Eclipse setup on Ubuntu 12.04

I am facing setup issues in my eclipse Kepler on Ubuntu 12.04 on Virtual box.
Firstly i was facing issue same as:
Eclipse Open declaration in Java project
I tried everything mentioned here, but nothing seems to be working for me...
Then I explored some more, and get another error message similar to:
I am getting resource not on the buildpath of the project
As per its 1st answer, 2nd point go to "Java Build Path", I tried going there, but i cannot find any "Java Build Path" section in my project property.
When I click on Project properties, it shows only options given in the following screenshot:
I know this is some easy setup issue, but i am unable to handle it.
The answer is a write-up of the discussion in the comments:
If you are on Ubuntu 12.04 and install Eclipse you could end up with a bare-bones install without the Java Development Tools (JDT).
After installing the package manually via Help -> Install New Software and then searching for Programming Languages / Eclipse Java Development Tools Java development should work.
For maven projects you should use the import Existing Maven Projects instead of importing it as a java project.

How to add the JSF 2.0 plugin to eclipse?

I want to make a "Hello World" app on eclipse using jsf config. I couldn't find the link to install the plugin!
Go to the eclipse in "Help" -> Install New Software-> Add the following addres to the update site of jboss tools "http://download.jboss.org/jbosstools/updates/stable/kepler".
In this case I'm using the eclipse Kepler the newest version of eclipse, you have to verify which eclipse version you have before download.
Select the Option "Jboss Web and Java EE Development" when you see the available software for update.
Download the Java Enterprise Edition Package for eclipse instead.
It has the jsf stuff included already.
usually 2nd from top on the list here

Categories

Resources