facebook

[Closed] Adding J2EE or other jars to a non-web application

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

    patmeth
    Member

    Hello,

    How does one add the J2EE jars to a Java Console or Swing application and to be able to access them? This is a non web-based application that needs to have the servlet classes and similar J2EE classes.

    Thanks.

    #249639 Reply

    Riyad Kalla
    Member

    You just add them to your Java Build Path > Libraries settings under your project preferences.

    If you are asking about deployment, this is up to you to handle for client-side apps. A good Ant script would do the trick.

    #249656 Reply

    patmeth
    Member

    Thanks Riyad, it worked.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] Adding J2EE or other jars to a non-web application

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