Results 1 to 8 of 8

Thread: GRR! Noclassdef! [resolved]

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    GRR! Noclassdef! [resolved]

    Why do I always get this? I hit F9 in JBuilder and it runs this:
    C:\Program Files\JBuilder 4\jdk1.3\bin\javaw -classpath "D:\Data\ReachServerGUI\classes;C:\Program Files\JBuilder 4\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\i18n.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\jaws.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\rt.jar;C:\Program Files\JBuilder 4\jdk1.3\jre\lib\sunrsasign.jar;C:\Program Files\JBuilder 4\jdk1.3\lib\dt.jar;C:\Program Files\JBuilder 4\jdk1.3\lib\tools.jar" reach.server.gui.IPRegister
    java.lang.NoClassDefFoundError: reach/server/gui/IPRegister

    Exception in thread "main"
    Last edited by filburt1; Oct 28th, 2001 at 09:59 PM.

  2. #2
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    A lame suggestion is that the IPRegister class is not available at the given location.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  3. #3

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    I fixed it; JBuilder wasn't (even though the option was set ) compiling the code before it ran it.

  4. #4
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by filburt1
    I fixed it; JBuilder wasn't (even though the option was set ) compiling the code before it ran it.
    More reason to stop using anything other than NotePad, JavaC and Java.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  5. #5

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    I'm too stupid/lazy to write a batch file for the command line compiler.

  6. #6
    Addicted Member Mrs Kensington's Avatar
    Join Date
    Sep 2001
    Location
    Dorset, UK
    Posts
    144
    or you could use JCreator
    Ford? Theres an infinite number of monkeys outside that want to talk to you about a script of hamlet they've produced!

  7. #7

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935
    Normally I might but I've got to play with Swing VB-style.

  8. #8
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    If you want to use SWING VB style then use Forte for JAVA its free from the Sun site somewhere
    "There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein

    If you are programming in Java use www.NetBeans.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width