facebook

jar on classpath:Start Weblogic8.1 Integration in MyEclipse

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245273 Reply

    Hi,
    I would like add jar on the weblogic’s classpath. Manualy I add on the script startWebLogic.cmd the jars I need. I launch the server from the script and it seems all right!

    set CLASSPATH=%WL_HOME%\server\ext\hibernate\antlr-2.7.5H3.jar;…

    But when I trying launch the server from myeclipse, I got a classpath error, the server doesn’t find the librairie!
    How can I setup myEclipse to add the jars on the server starting.

    I read the post: Start Weblogic8.1 Integration in MyEclipse.
    “Also, the integration server requires several additional Jars (that you can determine from the startup script) to be appended to the classpath at Window > Preferences > MyEclipse > Applications Servers > WebLogic 8.1 > Paths”

    The Paths dialog box shows 3 possibilities, but my setup doesn’t work! (Append to classpath- Add DIR)

    Could you help me to configure that
    Thank’s Stef

    NB: the jar need to be load on the SERVER STARTUP, because a weblogic jar is bugs!

    #245338 Reply

    Riyad Kalla
    Member

    But when I trying launch the server from myeclipse, I got a classpath error, the server doesn’t find the librairie!
    How can I setup myEclipse to add the jars on the server starting.

    You need to setup the Weblogic 8 application server connector at: Window > Prefs > MyEclipse > Application Servers > WebLogic 8, also you need to expand that node and go to the paths settings and add your JAR in the top box: “Append to classpath”.

    The Paths dialog box shows 3 possibilities, but my setup doesn’t work! (Append to classpath- Add DIR)

    You cannot add a directory to your classpath, you have to add JARs.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: jar on classpath:Start Weblogic8.1 Integration in MyEclipse

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