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: Error when running java GUI

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

    Default Error on Mac

    Hey,

    I'm trying to run my java project's GUI on my Mac with OSX 10.6.8. I installed JDK 1.7 through Pacifist and have added it as a platform on netbeans. It works perfect on the console, however, when I try to open the GUI I get the following errors on the console.

    2013-10-13 14:08:09.991 java[52252:903] *** NSInvocation: warning: object 0x109ab0390 of class 'ThreadUtilities' does not implement methodSignatureForSelector: -- trouble ahead
    2013-10-13 14:08:09.995 java[52252:903] *** NSInvocation: warning: object 0x109ab0390 of class 'ThreadUtilities' does not implement doesNotRecognizeSelector: -- abort
    Java Result: 133
    BUILD SUCCESSFUL (total time: 1 second)

    I hope you can help me. Thanks!
    Last edited by guerosharp; October 13th, 2013 at 07:03 PM. Reason: Posts merged


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Error when running java GUI

    Duplicate post.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    guerosharp (October 13th, 2013)

Similar Threads

  1. Running error Javac
    By ISHRAT JAHAN in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 17th, 2013, 03:12 AM
  2. Problem with running a GUI Form
    By Pane87 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 4th, 2012, 12:48 PM
  3. Problem with running a GUI form
    By Pane87 in forum AWT / Java Swing
    Replies: 0
    Last Post: August 4th, 2012, 06:03 AM
  4. Error Running Java in Eclipse
    By steadyonabix in forum Java IDEs
    Replies: 1
    Last Post: September 3rd, 2011, 10:28 PM
  5. HELP! Gui is running fine, don't know exactly how to code.
    By cc11rocks in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 12th, 2011, 02:12 PM