Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: NetBeans - Importing an HTML based API Library

  1. #1
    Junior Member Khalon's Avatar
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    4
    My Mood
    Tolerant
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default [Solved] NetBeans - Importing an HTML based API Library

    Hello all, I'm having trouble with figuring out how I can import certain API docs into netbeans and be able to use the methods and classes that the API defines. The API docs Im trying to import are html files.

    Here is the link to the web based version of the API library:

    Generated Documentation (Untitled)

    and here is a link to the downloadable version:

    http://web.archive.org/web/200507061...rn_api.1.5.zip


    Thank you for any help that can be provided.
    Last edited by Khalon; April 9th, 2012 at 01:27 PM.


  2. #2
    Member
    Join Date
    Jan 2012
    Location
    Hellas
    Posts
    284
    Thanks
    11
    Thanked 59 Times in 57 Posts

    Default Re: NetBeans - Importing an HTML based API Library

    Quote Originally Posted by Khalon View Post
    Hello all, I'm having trouble with figuring out how I can import certain API docs into netbeans and be able to use the methods and classes that the API defines. The API docs Im trying to import are html files.

    Here is the link to the web based version of the API library:

    Generated Documentation (Untitled)

    and here is a link to the downloadable version:

    http://web.archive.org/web/200507061...rn_api.1.5.zip


    Thank you for any help that can be provided.
    Hello Khalon!
    For an external java library it works like this: Say you've created a project named "myproject". Now you want to use the an external library in that project.
    Under "myproject" there are some sub-directories, right click on Libraries directory. Now, a menu appears that offers
    Add Project
    Add Library
    Add jar/folder
    Properties

    Select Add jar/folder. Now, in your library's file there must be a .jar file. You just have to locate where is this .jar file in the external library's file.
    Note: I haven't tried to import html files, maybe you need to select another option.
    Hope it helps.

  3. #3
    Junior Member Khalon's Avatar
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    4
    My Mood
    Tolerant
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: NetBeans - Importing an HTML based API Library

    Yes, thank you. I found the jar file I needed.

Similar Threads

  1. [SOLVED] Import a library to Netbeans
    By Melawe in forum Java IDEs
    Replies: 2
    Last Post: March 16th, 2012, 07:48 AM
  2. Replies: 0
    Last Post: January 12th, 2012, 07:00 AM
  3. Replies: 1
    Last Post: December 30th, 2011, 03:29 AM
  4. importing my application into NetBeans
    By gib65 in forum Java IDEs
    Replies: 3
    Last Post: July 25th, 2011, 01:54 PM
  5. Replies: 10
    Last Post: July 12th, 2011, 02:27 PM