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 4 of 4

Thread: will java 1.3 support these APIs

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default will java 1.3 support these APIs

    Hi,
    I am using javax.xml.parsers.DocumentBuilder ,

    javax.xml.parsers.DocumentBuilderFactory and org.xml.* and org.w3c.* in my code will

    java 1.3 support this or not.

    Thanks in advance.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: will java 1.3 support these APIs

    Read the API doc to see when those classes were added to java.
    Get a 1.3 compiler and try to compile a program that uses those APIs

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: will java 1.3 support these APIs

    I believe it will but there is only one way to find out for sure..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: will java 1.3 support these APIs

    Don't think so....the API for these packages should have a 'since' value - just looking at the org.w3c.dom.* docs shows this package has been available since 1.4 As norm suggested, I recommend you check the 'since' value for other packages you are interested

Similar Threads

  1. Replies: 0
    Last Post: March 16th, 2011, 12:33 AM
  2. Replies: 4
    Last Post: November 14th, 2010, 11:44 AM
  3. Replies: 1
    Last Post: September 30th, 2010, 02:36 PM
  4. Hibernate support for Oracle 11g
    By domminnik in forum JDBC & Databases
    Replies: 0
    Last Post: April 16th, 2010, 08:36 AM
  5. Java Source/APIs to create a Fourm
    By softwarebuzz in forum Java Theory & Questions
    Replies: 2
    Last Post: January 9th, 2010, 01:46 AM