facebook

steps for installing eclipse 3.1, myeclipse 4.1 and tomcat 5

💡
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 Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #255890 Reply

    reena79
    Member

    hi,

    I have a problem in installing eclipse, myeclipse, tomcat with jdk 1.4.2_11 on windows xp.

    I have got …..
    eclipse 3.1
    Myeclipse 4.1.1
    tomcat 5.5
    jdk 1.4.2_11

    I tried to install. everything went on well. but when i start myeclipse, i get

    a popup which says ” required Java version 1.4.1, available 1.3.1_01 “.

    Please provide me a complete step by step installation of all these components. with what changes to be made in environment variable,… etc..

    regards
    Reena

    #255891

    reena79
    Member

    @reena79 wrote:

    hi,

    I have a problem in installing eclipse, myeclipse, tomcat with jdk 1.4.2_11 on windows xp.

    I have got …..
    eclipse 3.1
    Myeclipse 4.1.1
    tomcat 5.5
    jdk 1.4.2_11

    I tried to install. everything went on well. but when i start myeclipse, i get

    a popup which says ” required Java version 1.4.1, available 1.3.1_01 “.

    Please provide me a complete step by step installation of all these components. with what changes to be made in environment variable,… etc..

    regards
    Reena

    problem in installing eclipse, myeclipse, tomcat with jdk 1.4.2_11 on windows xp

    #256303

    A program that uses the version 1.3 of the jre, such as an Oracle client, is perhaps at the beginning of your PATH ! So, my advice is to check, and perhaps modify, your PATH variable…

    #256399

    Scott Anderson
    Participant

    Thomas is correct in that 1.3 is on your path. Without changing your path, however, you can specify the JDK used to launch Eclipse by modifying the shortcut to add:

    eclipse.exe -vm <path-to-1.4.2JDK>\bin\javaw.exe <rest of args>

    #256415

    venkat.bang
    Member

    @support-scott wrote:

    Thomas is correct in that 1.3 is on your path. Without changing your path, however, you can specify the JDK used to launch Eclipse by modifying the shortcut to add:
    No Thomas i set the path to jdk1.4.7 and every thing is fine after i configuring tomcat5 in applicationservers,when i want to start the tomcat it is showing the error that tomcatjdk name is not correct please configure it it is showing like that
    please give me the solution
    eclipse.exe -vm <path-to-1.4.2JDK>\bin\javaw.exe <rest of args>

    #256484

    Scott Anderson
    Participant

    tomcatjdk name is not correct

    Yee,

    It sounds like you’re not pointing Eclipse to a full JDK to run Tomcat. We cover how to configure the JDK in the Working with Web Projects tutorial in the Documentation section. It will walk you through configuring Tomcat correctly and setting up a JDK that works with it. That will hopefully help answer your questions.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: steps for installing eclipse 3.1, myeclipse 4.1 and tomcat 5

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