|
-
Nov 1st, 2001, 08:02 PM
#1
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 :
-
Nov 1st, 2001, 08:03 PM
#2
If you have any suggestion please tell to me. I may need to download an other version but where ?
-
Nov 1st, 2001, 08:10 PM
#3
Member
You can download JBuilder 5 Personal from http://www.borland.com/jbuilder after registering (free) there.
-
Nov 1st, 2001, 08:34 PM
#4
ok I am downloading it thx you
-
Nov 1st, 2001, 09:00 PM
#5
humm it really not like java Jbuilder2...when I try to run some old project the debugger stuck on a gay message, any help ?
-
Nov 1st, 2001, 09:01 PM
#6
Member
What message? After all you jumped several versions...
-
Nov 1st, 2001, 09:03 PM
#7
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 ?
-
Nov 1st, 2001, 09:05 PM
#8
Member
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.
-
Nov 1st, 2001, 09:09 PM
#9
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
-
Nov 1st, 2001, 09:09 PM
#10
Member
Click the "..." button and select Test and hit Okay a million times to return to the IDE, and try F9 again.
-
Nov 1st, 2001, 09:15 PM
#11
-
Nov 1st, 2001, 09:17 PM
#12
Member
Ctrl-Shift-F9 then? And what error, the same one?
-
Nov 1st, 2001, 09:17 PM
#13
I have a session work do to I will cry
-
Nov 1st, 2001, 09:18 PM
#14
Warning #: 908 : check sourcepath; source c:\Data\MYjava\Test1\MyClass1.java cannot be found on sourcepath by appending \MyClass1.java to each sourcepath entry
-
Nov 1st, 2001, 09:36 PM
#15
Why I can not install the Jbuilder 3, crap
-
Nov 1st, 2001, 09:42 PM
#16
Member
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)?
-
Nov 1st, 2001, 09:59 PM
#17
Yes both have the same name
-
Nov 1st, 2001, 10:10 PM
#18
Member
Try making a new Project in JBuilder and adding the file to the project.
-
Nov 2nd, 2001, 06:32 AM
#19
I have still thsi screen :
-
Nov 2nd, 2001, 12:41 PM
#20
Member
Click the "..." button and select Untitled1, then press F9. Some output should pop up in a new frame at the bottom of JBuilder.
-
Nov 2nd, 2001, 02:02 PM
#21
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|