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

Thread: use external class

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default use external class

    Hi!
    I am an complete beginner, do I include the external class right in Netbeans? It's Java Media Framework. I cant make it work, shall I look for the problem there, or is that solved? please help!Namnlös.jpg
    Can I test it someway, so that the class is included correctly? I had problems installing JMF, took me some time.
    I really appreciate help!
    Thanx
    Johan

    I am learning Java in school, but that is just with boring small tasks. To ignite my flame I need to do something that I see a use of.
    Now I am trying to make an video play. I have an idea about what I want to do with it in the future...


  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: use external class

    Is the jar file with the classes on the classpath when you execute the compiler and java program?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. External Packages
    By dougie1809 in forum Java SE APIs
    Replies: 3
    Last Post: October 11th, 2017, 03:19 AM
  2. External libraries
    By dimacar in forum Java IDEs
    Replies: 2
    Last Post: August 1st, 2013, 07:23 AM
  3. Can't call method from external class
    By zlloyd1 in forum What's Wrong With My Code?
    Replies: 8
    Last Post: November 24th, 2012, 08:30 PM
  4. Replies: 0
    Last Post: February 12th, 2011, 07:44 PM
  5. Interaction with external application
    By righi in forum What's Wrong With My Code?
    Replies: 8
    Last Post: October 2nd, 2010, 08:37 AM