Java Error Message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnnetteB
    New Member
    • Oct 2007
    • 10

    #1

    Java Error Message

    I have a main java class named MainFrame in a project with another class named Buttons, which is called from MainFrame. The project is called pol2 but I keep getting this error message when I compile ""Buttons.java" : Error #: 750 : initialization error: com.borland.com piler.symtab.Lo adError: neither class nor source found for java.lang.Objec t" Any suggestions as to what I have done wrong??

    Thanks. Annette
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Your system (whatever it is) is complaining that it can't find the Object class, the
    mother of all classes. I'm afraid you installed something incorrectly or forgot your
    system to tell where your Java runtime environment or Java developement kit is
    located. Check your installation manuals.

    kind regards,

    Jos

    Comment

    • AnnetteB
      New Member
      • Oct 2007
      • 10

      #3
      Originally posted by JosAH
      Your system (whatever it is) is complaining that it can't find the Object class, the
      mother of all classes. I'm afraid you installed something incorrectly or forgot your
      system to tell where your Java runtime environment or Java developement kit is
      located. Check your installation manuals.

      kind regards,

      Jos
      Thanks Jos - I am at my wits end with trying to get anything working and only have four weeks to complete my project.....

      Regards.

      Annette

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by AnnetteB
        Thanks Jos - I am at my wits end with trying to get anything working and only have four weeks to complete my project.....

        Regards.

        Annette
        A possible course of action is to throw everything away, go the Sun's downloads page and get the JDK 1.6 and netbeans 6 and install those.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by r035198x
          A possible course of action is to throw everything away, go the Sun's downloads page and get the JDK 1.6 and netbeans 6 and install those.
          Or, just download the JRE and install: <hint/> it starts with an 'E' and ends with 'clipse'.

          kind regards,

          Jos ;-)

          Comment

          • AnnetteB
            New Member
            • Oct 2007
            • 10

            #6
            Originally posted by JosAH
            Or, just download the JRE and install: <hint/> it starts with an 'E' and ends with 'clipse'.

            kind regards,

            Jos ;-)

            Thanks for your good advice - off to the Sun website for some downloading!! Wish I could just download a complete project and be done with it!!

            All the best - Annette ;-((

            Comment

            • r035198x
              MVP
              • Sep 2006
              • 13225

              #7
              Originally posted by JosAH
              Or, just download the JRE and install: <hint/> it starts with an 'E' and ends with 'clipse'.

              kind regards,

              Jos ;-)
              I noticed that you are quite a fan.
              We have to use Eclipse at work for our current project and we have become so bored with it that everyone at work thinks NB is better.

              I was impressed by NB6's plugin downloads facility though.

              Comment

              • JosAH
                Recognized Expert MVP
                • Mar 2007
                • 11453

                #8
                Originally posted by AnnetteB
                Thanks for your good advice - off to the Sun website for some downloading!! Wish I could just download a complete project and be done with it!!

                All the best - Annette ;-((
                Downloadin the JRE from Sun is a breeze: accept the licence, download the
                darn thing and confirm everything it whines about. Downloading Eclipse is even
                easier: download the .zip from http://www.eclipse.org and unpack it anywhere
                you want. There's an eclipse.exe in the top level directory where you installed it,
                simply fire it up and you're in business.

                kind regards,

                Jos

                Comment

                • AnnetteB
                  New Member
                  • Oct 2007
                  • 10

                  #9
                  Originally posted by JosAH
                  Downloadin the JRE from Sun is a breeze: accept the licence, download the
                  darn thing and confirm everything it whines about. Downloading Eclipse is even
                  easier: download the .zip from http://www.eclipse.org and unpack it anywhere
                  you want. There's an eclipse.exe in the top level directory where you installed it,
                  simply fire it up and you're in business.

                  kind regards,

                  Jos
                  Thanks again - have downloaded Netbeans and am going to try again tomorrow..... watch this forum!!!

                  Regards.

                  Annette

                  Comment

                  Working...