facebook

Import EAR file to myEclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231807 Reply

    narisi
    Member

    Hi,

    Is it possible to import EAR file in EclipseIDE in exploded form. Because I have an ear running fine in it’s own format outside. It’s build can make an ear and the same is deployed on to weblogic 6.1. That can be opened in myEclipseIDE without any errors. But I want to get that filesystem into Eclipse and edit for changes and recompile to EAR here in IDE.

    Would you please suggest what to do?

    thanks
    cn

    my configuration details are as follows:
    What operating system and version are you running?
    XP Ver2002 SP1

    What Eclipse version and build id are you using? (Help > About Eclipse Platform)
    Version: 3.0.2
    Build id: 200503110845

    – Was Eclipse freshly installed for MyEclipse?
    Yes

    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed?
    No

    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
    84

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
    Version 3.8. 4+QF2 Build Id:200502031200-3.8.4+FQ2

    What JDK version are you using to run Eclipse? (java -version)
    j2sdk1.4.2_08

    What JDK version are you using to launch your application server?
    jdk1.3

    What steps did you take that resulted in the issue?
    After setting up the app server, I have configured the Weblogic 6.1 in MyEclipse preferences. Then on running the server it throws the alert “java.lang.Exception: Problem with X509 certificate: fingerprint = ”

    What application server are you using?
    Weblogic 6.1

    Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
    No

    #231822

    Riyad Kalla
    Member

    narisi,
    First this will not be a direct import, what you need to do is understand how MyEclipse handle’s Enterprise projects, so read this:
    http://www.myeclipseide.com/images/tutorials/quickstarts/earprojects/

    Once you understand that enterprise projects are build from modules (Web Projects, EJB Projects, and eventually Java Projects) you will then realize that hwat you need to do is backwards engineer your EAR into separate projects appropriate to what each module is, then create an Enterprsie Project in MyEclipse, and re-add them as modules. Then MyEclipse can manage everything for you.

    #231884

    narisi
    Member

    The existing app is quite big. Now we have to plug in few pages and functionality to it. Then I cant check in to PVCS with new version. Because I need to change the whole app into Eclipse framework. What is the solution to save that time of redoing the who structure every now and then.
    Thanks
    cn

    #231886

    Riyad Kalla
    Member

    Narisi,
    It is hard to give any “General” suggestions as every project is different and even more so every IDE is different.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Import EAR file to myEclipse

You must be logged in to post in the forum log in