iamsolankiamit
iamsolankiamit

Reputation: 37

can't create a New Web Application Project in eclipse indigo?

can anyone help me.I cant create a new web application.I mean i cant find the menu option for it. I downloaded eclipse indigo (java) extracted it any started using it, I also downloaded google app engine SDK,google plugin and GWT.and installed them but i can't find create new web application project option in toolbar nor in menu options.

Upvotes: 0

Views: 5705

Answers (4)

Jivko Panayotov
Jivko Panayotov

Reputation: 1

Depend what you are using i have eclipse kepler and i can't find "web app prject" butthere is a little google icon that is google plug in for eclipse when u go there and start using plug in you could find web app and all options of google app engine also can find "web app" create project and deploy app.

Upvotes: 0

Colin
Colin

Reputation: 21

Just resolved this exact same problem myself. Highly recommend you download the plugin package to your machine and install it locally. You can download it here:

https://developers.google.com/eclipse/docs/install-from-zip

There are instructions to follow and it worked flawlessly. Hope it helps anyone else who is lost on the plugin install.

Upvotes: 2

Mad-D
Mad-D

Reputation: 4669

Once you installed Google App Engine SDK, you should be able to see web application by following this

select File > New > Web Application Project from the Eclipse menu.

if not, follow this

select File > New > Other > Google > Web Application Project

Official Instructions

Upvotes: 0

kapandron
kapandron

Reputation: 3671

File -> New -> Web Application Project

You've a problem with the installation of these plugins if you don't have this option. Try to restart the Eclipse.

Execute all the steps of the official installation instruction.

Upvotes: 3

Related Questions