Results 1 to 5 of 5
- 02-03-2008, 10:57 PM #1
Member
- Join Date
- Feb 2008
- Posts
- 78
- Rep Power
- 0
Need Help installing java - can you help me?
Hi Everyone,
I love Java as well as programming. I am very new to Java. I have a serious problem installing the programme as well as making it work with Textpad or Notepad on My Microsoft Windows PC at home.
At first, I downloaded the Java SE Development Kit 6 (also known as JDK™ 6). Then I install it. And downloaded the TextPad programme, which I installed too. But when I compile my my java code such as:
public class helpMe
{
public static void main(String[] args)
{
System.out.println("Hello World, here comes someone with a problem installing Java");
}
}
But I saved it as helpMe.java and tried to run it on Textpad but nothing happens.
I have also tried the tutorial on the page below, but nothing is working.
"Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The "Hello World!" Application)
I get the message below when I try NotePad and run the command prompt
'javac' is not recognized as an internal or external command, operable program or batch file'
Then I follow the link below to do what they say, and still nothing works.
Lesson: Common Problems (and Their Solutions) (The Java™ Tutorials > Getting Started)
Does anyone have better suggestions for me on what to do to make java work for me on my PC please?
I will really appreciate your help.
Thanks,
Menre
- 02-04-2008, 05:51 AM #2
Member
- Join Date
- Feb 2008
- Location
- Guwahati, India
- Posts
- 4
- Rep Power
- 0
set PATH
hello, Menre
I have not used TextPad, but i know that it an text editor only like EditPlus2. Not Java IDE. So, you can not complie or run java program there only.
Next, as you mentioned
'javac' is not recognized as an internal or external command, operable program or batch file'
The above error message comes generally when the command typed in the console is not be recognized by the OS. Here, you have to set the PATH in the enviromental variable.
thanks
Abhijit
- 02-04-2008, 07:51 AM #3
Member
- Join Date
- Feb 2008
- Posts
- 7
- Rep Power
- 0
I recommend installing JCreator from here:
JCreator — Java IDE It's an awesome program due to its user friendliness and has a sweet looking GUI. Give it a shot, and PM me if you have any problems getting it work work!
- 02-04-2008, 08:39 AM #4
Wish I saw this thread sooner... fyi, this thread has been moved to the proper forums. Menre, please read the FAQ before posting again. Thanks for understanding and your cooperation.
Welcome to the forums and I hope your problem finds a resolution soon.Vote for the new slogan to our beloved Java Forums! (closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice? Vote now!
Got a little Capt'n in you? (drink responsibly)
- 02-22-2010, 12:33 PM #5
Similar Threads
-
error installing J2EE
By bbq in forum Web FrameworksReplies: 4Last Post: 02-07-2008, 01:42 PM -
Installing Java
By Adv3nt in forum New To JavaReplies: 3Last Post: 12-12-2007, 11:29 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks