• 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

IntelliJ IDEA to Eclipse migration; Tomcat

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application for Tomcat that has been developed in IntelliJ IDEA so far.
I need to go on with work in Eclipse.

Is there any way to export everything and import it in Eclipse?
I have a Tomcat plug-in for Eclipse.


How can I do this?

Regards

P.S.
I tried with File->Export and get the following message:
No modules can be exported. You cannot export modules which:
1.) have no content roots
2.) have multiple content roots
3.) have been already converted to Eclipse-compatible format
 
reply
    Bookmark Topic Watch Topic
  • New Topic