facebook

Set bootclasspath in MyEclipse IDE

💡
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. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #263079 Reply

    Hi,

    I am using eclipse 3.1.2 & myeclipse 4.1.1. I have configured JBoss 4 application server with MyEclipse IDE. I want to set jar files in bootclasspath that would be called when application server starts.

    I would like to know, where I could set bootclasspath of JBoss4 application server in MyEclipse IDE.

    Thanks in advance,

    Ritesh

    #263087

    Scott Anderson
    Participant

    Ritesh,

    You can set the bootclasspath on the Window > Preferences > MyEclipse > Application Servers > JBoss 4 > JDK page by providing the additional commandline arguments you’d like to include when JBoss starts, like bootclasspath in your case.

    #263095

    Hi Scott,

    I want to add jboss-classloader-transformer.jar & jdk14-pluggable-instrumentor.jar at bootclasspath and both the jars are in <jboss-4.0.3SP1>\bin directory.

    I could successfully edit run.bat of JBoss and achive the functionality if we start application server through run.bat.

    set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -Xbootclasspath/p:jboss-classloader-transformer.jar;jdk14-pluggable-instrumentor.jar

    I want same functionality, when I start application server from MyEclipse IDE.

    Please tell me how exactly I need to mention these jars in >JBoss 4>JDK page.

    Your early response is highly appreciated.

    Thanks,

    Ritesh

    #263150

    Hi,

    Anyone can help on this.

    Thanks in advance,

    Ritesh

    #263220

    Hi,

    I got the solution.

    It should be mentioned as below.

    -Xbootclasspath/p:D:\jboss-4.0.3SP1\bin\jboss-classloader-transformer.jar;D:\jboss-4.0.3SP1\bin\jdk14-pluggable-instrumentor.jar

    Thanks,

    Ritesh

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Set bootclasspath in MyEclipse IDE

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