I've downloaded Java jdk 5.0 and jre 5.0. to my Windows XP. The downloads are NOT listed in the "All Programs"; they're in the "Add or Remove Programs" in the CONTROL PANEL. How do I make java appear along with my other programs in the "All Programs" list? And once it's in the "All Programs" list, how would I configure it to work on Windows XP?

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

It should be there.

Where did you install it?

When I installed it, I found it in this path.

C:\Program Files\Java\jdk1.5.0_06

To use java you may need to get yourself an IDE , integrated development environment.

Try eclipse or netbeans.

ThanQ

[IMG]http://img476.imageshack.us/img476/5171/cut20ln.png[/IMG]
Piworld ™
[Tis simple as Pie]

Theres no need for it to be in your ALL PROGRAMS list.

In fact, it shouldn't even be in there.

To get it to work on your Windows, got to Start -> Run and type in 'sysedit'

Find the panel that says AUTOEXEC.BAT and type in the line that tells it where the java bin file is.
For example:

C:/ProgrammFiles/Java/bin

Then you just use the command prompt to compile any java classes you have.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.