Results 1 to 3 of 3

Thread: JBuilder 8 problem again

  1. #1

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Unhappy JBuilder 8 problem again

    If you're around Merrion...

    I've uninstalled JBuilder & the separate JDK that I downloaded. Re-installed JBuilder, set ClassPath, Java_Home & Path along with removing the JDK setup from JBuilder & re-entering it.
    Still getting "BlahBlah.java": Error #: 750 : initialization error: com.borland.compiler.symtab.LoadError: java.io.IOException: class not found: class java.lang.Object
    In the two classes that I have:
    - Class JFrame not found in BlahBlah.java
    - Class javax.swing.UIManager not found in BlahBlah2.java
    JBuilder gives the reason for the classes not being found as "file javax/swing/JFrame not found".

    Help?

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Sounds like you don't have the ludicrously names SWING_HOME environment variable set. It should point to the folder that holds the swing.jar file.

    On my PC its:
    SWING_HOME=C:\Swing1.11

    See the Sun help for more info
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  3. #3

    Thread Starter
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Thanks for the replies so far. That link you gave is for Java 1, afraid I'm using Java 2 (version 1.4.1) - I don't it comes with swing.jar

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