Results 1 to 21 of 21

Thread: Jbuilder help please important

  1. #1
    DaoK
    Guest

    Jbuilder help please important

    I had Jbuilder in a book from school, I have buy that book and I have the original CD. I were able to use Jbuilder3 in the CD I had but now ( I just reformated with WindowsXP ) when I try to do the setup to install it I got that message ( check image who is attached to this message ). Can you help me, I have a big project to do for school.

    Image :

  2. #2
    DaoK
    Guest
    If you have any suggestion please tell to me. I may need to download an other version but where ?

  3. #3
    You can download JBuilder 5 Personal from http://www.borland.com/jbuilder after registering (free) there.

  4. #4
    DaoK
    Guest
    ok I am downloading it thx you

  5. #5
    DaoK
    Guest
    humm it really not like java Jbuilder2...when I try to run some old project the debugger stuck on a gay message, any help ?

  6. #6
    What message? After all you jumped several versions...

  7. #7
    DaoK
    Guest
    I made a mistake, I had Jbuilder3 Educational Version. BUt i have a message each time than I start a .java. The message is like : Can not find the main procedure ?

  8. #8
    I don't have it installed right now, but do this (save it as Test.java):
    Code:
    public class Test
    {
        public static void main(String[] args)
        {
            System.out.println("woohoo");
        }
    }
    Then go to (I'm guessing) Project properties, and set the main class to Test, then press F9 to compile and run it.

  9. #9
    DaoK
    Guest
    Here is when I press F5 to try to project . I have that and when I press Next it simply give me a message that tell that I have not fill the screenshot fiel...but I do not know what to wrote on that

  10. #10
    Click the "..." button and select Test and hit Okay a million times to return to the IDE, and try F9 again.

  11. #11
    DaoK
    Guest
    That do not work grrrr

  12. #12
    Ctrl-Shift-F9 then? And what error, the same one?

  13. #13
    DaoK
    Guest
    I have a session work do to I will cry

  14. #14
    DaoK
    Guest
    Warning #: 908 : check sourcepath; source c:\Data\MYjava\Test1\MyClass1.java cannot be found on sourcepath by appending \MyClass1.java to each sourcepath entry

  15. #15
    DaoK
    Guest
    Why I can not install the Jbuilder 3, crap

  16. #16
    Originally posted by DaoK
    Warning #: 908 : check sourcepath; source c:\Data\MYjava\Test1\MyClass1.java cannot be found on sourcepath by appending \MyClass1.java to each sourcepath entry
    Did you call both the filename and the class Test(.java)?

  17. #17
    DaoK
    Guest
    Yes both have the same name

  18. #18
    Try making a new Project in JBuilder and adding the file to the project.

  19. #19
    DaoK
    Guest
    I have still thsi screen :


  20. #20
    Click the "..." button and select Untitled1, then press F9. Some output should pop up in a new frame at the bottom of JBuilder.

  21. #21
    DaoK
    Guest
    Thx you but I decide to uninstall it than I went to school and I try a cd of a friend and Jbuilder work now, maybe my cd got a major scratch. Thx you a lots Turtle to had took time for me

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