Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Just started with Java, having serious problems
Closed Thread
Old 03-01-2004, 06:08 PM   #1 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 2

nebel

Default Just started with Java, having serious problems

Hi all!
I just started my trip into the exciting world of Java programming.
And I found trouble after just a few minutes....

I am running on a winxp OS.

I have serious difficulities working out how to get the command prompt to work right. The screen does not show the symbols I am entering (e.g. ":"). This means i cannot change to another harddrive.

Regular dos commands as edit, copy del etc. only work when I am in the system 32 folder. The paths in the User Variables and System Variables are set up correctly. But I get the following error when typing such commands:

"The name specified is not recognized as an internal or external command, operable program or batch file"

So far so bad
I also have the same problem when using java commands, e.g
javac (theprogram).java when compiling.
The path is correctly set up here to.

Do any of you have any suggestions in solving these issues?
Please help!!!
nebel is offline  
Old 03-03-2004, 10:52 AM   #2 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 31

CopperFrog

Default

Hey,

What are you using to code java??? i.e. JBuilder or J++ ??
CopperFrog is offline  
Old 03-03-2004, 10:56 AM   #3 (permalink)
 
Banned

Join Date: Jan 2004

Posts: 471

subdivizion

Default

that means you don't have a JAVA compiler installed in yoursystem. you can get JCreator LE for free from here: http://www.jcreator.com/download.htm

it's free and has a nice colorful UI.
subdivizion is offline  
Old 03-07-2004, 05:03 PM   #4 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 2

nebel

Default

Hey! I used a compiler from Sun, but by installing the JCreator compiler the problem was solved. No need to use that stupid command prompt ever again..

Thanks a bunch!
nebel is offline  
Old 03-10-2004, 01:02 AM   #5 (permalink)
 
Newb Techie

Join Date: Mar 2004

Posts: 3

johnny_la

Default

save yourself a headache and go to www.borland.com/jbuilder

They have a Free Program called JBuilder. I use it and I think it's great. It's easy to compile and build. It has auto-complete, GUI Builder, and makes a neat noise when a compilation is successful.
johnny_la is offline  
Old 03-13-2004, 05:12 AM   #6 (permalink)
 
Ultra Techie

Join Date: Feb 2004

Posts: 833

hygor

Default

i use eclipse to do my java... but only coz my uni forces us to use it!
__________________
hygor is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On