• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java JEE perspective problem

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i could not find JEE perspective in gallilio Eclipse. I want to develop an web application

File-->new-->.?(i.e dynamic web project) is not displaying
more ever i am unable to import war file
i.e File-->import war file-->web(not displaying)

for this i need to change eclipse perspective but, I could not find the JEE perspective in it.
Can anybody tell me how to add this in to the eclipse.

i am using eclipse-jee.galileo

inside eclipse folder the eclipse.ini file contains the below specified content
eclipse.ini:-
-startup
pplugins/org.eclipse.equinox.launcher_1.0.201.R35x_v2009071 5.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.2 00.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m


what changes i have make to eclipse.ini file in order to work properly.?

Eclipse installation details
in the installed software column the below content is displayed
Eclipse IDE for Java EE Developers 1.2.1.20090918-0703 epp.package.jee

30 plugins are there in that the below plugin shows
provider :- Eclipse Web Tools Platform
plug-in-name :- Web capabilites
version :- 1.0.0v200906072300
plug-in-id :- org.eclipse.wtp.web.capabilites

why JEE perspective is not showing in my eclipse...............?

Thanks in advance
Dayanand
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The same thing happened to me.
You may have downloaded the Java developer version of Eclipse and not the JEE developer version which has got the WTP project for the web stuff.

You can either just install WTP in your current Eclipse or redownload the JEE version completely.
 
dayanand chowdhary
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

ntumba lobo wrote:The same thing happened to me.
You may have downloaded the Java developer version of Eclipse and not the JEE developer version which has got the WTP project for the web stuff.

You can either just install WTP in your current Eclipse or redownload the JEE version completely.




downloaded WTP to my eclipse, worked out..........
thanks for sharing your ideas with me
 
crispy bacon. crispy tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic