facebook

How To Run Weblogic client In MyEclipse

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

    jadeite100
    Member

    To Whom It May Concern:

    I am trying to run a weblogic client in myeclipse.
    In dos prompt, I use the following command:
    java -Djava.naming.factory.initial=weblogic.jndi.WLInitialContextFactory -Djava.naming.provider.url=t3://localhost:7001 -classpath %CLASSPATH%;.\build day04.Client

    How do I setup my myeclipse project to do the same thing.

    Yours,

    Frustrated user. 🙁

    #243822 Reply

    Scott Anderson
    Participant

    You can create an Eclipse Java project to contain your client. Then, add the java code for the day04.Client class to the java source folder in the project. Once you’ve done that, you can create a Java debug launch configuration for the day04.Client class, just as you would a normal Java class that contains a ‘main’. In the config, you can specify all the commandline arguments just as you did from the commandline.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How To Run Weblogic client In MyEclipse

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