The Artima Developer Community
Sponsored Link

Java Answers Forum
HELP!!!

5 replies on 1 page. Most recent reply: Jan 17, 2005 10:28 AM by Chris Miller

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
gentian kasa

Posts: 3
Nickname: wolfman
Registered: Jan, 2005

HELP!!! Posted: Jan 7, 2005 3:14 AM
Reply to this message Reply
Advertisement
hy h'all. i've been trying to install the jdk_1.4.2 but i can't compile programs written in java. i've written the path in autoexec.bat but nothing's changed. anybody knows what should i do?


Guillaume Taglang

Posts: 18
Nickname: gouyou
Registered: Jul, 2003

Re: HELP!!! Posted: Jan 7, 2005 7:38 AM
Reply to this message Reply
Does your path include the bin directory ?

gentian kasa

Posts: 3
Nickname: wolfman
Registered: Jan, 2005

Re: HELP!!! Posted: Jan 8, 2005 12:31 AM
Reply to this message Reply
yes, it does.

Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: HELP!!! Posted: Jan 10, 2005 12:14 AM
Reply to this message Reply
Have you tried compiling from the Java bin
directory.

i.e. from your Console/Dos, change Directories
to where your Java bin folder is and run
javac from there.

If this works then your AutoExec file is
either not configured properly or you have
issues with your Batch file.

If you're running Win2000 or WinXP try and
configure it via System Icon in the Control
panel. Under Advanced choose Environment Variables
Double click path, you will see a bunch of
other variables that are included in you
Path e.g %system;%SomeOtherPath;IncludeYourJavaBinPathHere;
Make sure you don't play around with the other
path settings though just simply add a ; at the
end and include your Bin path jdk1.Something\bin
Unless the other paths are things that you
don't require to run from other locations.
If you mess up or type over something by accident,
rembmer you can always use Ctrl - Z to Undo.

Hope this helps...

One,
Spike

gentian kasa

Posts: 3
Nickname: wolfman
Registered: Jan, 2005

Re: HELP!!! Posted: Jan 10, 2005 12:32 AM
Reply to this message Reply
thanks buddy

Chris Miller

Posts: 23
Nickname: lordsauron
Registered: Jan, 2005

Re: HELP!!! Posted: Jan 17, 2005 10:28 AM
Reply to this message Reply
Just in an afterthought (and because I like promoting the software that I like), you can do this all much easier with an IDE. JCreator is free (google it, I can never remember Xinox SW's web site URL) and it works really well. It isn't visual, but it does syntax highlighting, and all you do is whack a button and it compiles stuff - much easier. It's free as well, though if you want real cool stuff (like a debugger and code-completion) you'll have to fork over $70 (U.S.) to upgrade to JCreator Pro. I like it, though the setup can be a bit of a pain. I can also help you there, but my chair isn't configured correctly and my wrists hurt (can we say tea-break time?), so I've got to go. There's a whole ton of IDE's out there, though! Don't stop looking until you find the one that's right for you!

Flat View: This topic has 5 replies on 1 page
Topic: WSAD 5.1.0 Question ? Previous Topic   Next Topic Topic: Final Classes in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use