How can to install package "j2sdk-1_4_2_04-linux-i586-rpm" into Linux OS

I'm a beginer study about Linux & Java. Now, i want install "j2sdk-1_4_2_04-linux-i586-rpm" .....but i don't know how can to do.... ? Help me !!! ............I'm waiting....
[201 byte] By [VoHuynhVinh] at [2007-9-30 3:28:24]
# 1
The file ending .rpm suggests you should use the package manager called "rpm" (Red Hat Package Manager, also found in other distributions). Did you see the notes?I personally use the tar.gz version, but it is a matter of taste.
BIJ001 at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 2
Hi,You could use:rpm --install j2sdk-1_4_2_04-linux-i586-rpm-Amol
ad136217 at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 3
Successfull.......But now i can't to do anything about JPanel &..........package on my programs . is it don't support ?
VoHuynhVinh at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 4
If you were more specific, maybe we could help.BTW did you import the swing package? import javax.swing.*;
BIJ001 at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 5
No ! ..........i made this work before to write program...........But i can to write the program on console ......
VoHuynhVinh at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 6
Test message
ponpurush at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 7
test message 2
ponpurush at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...
# 8

You mention the console.

Is your problem that you can not write your program using the console, or that you can not run it?

The awt and swing stuff provides GUI, that is, you need a graphical user environment in order to run such a program. Have you got one? Did you start the X server?

A hint: the usual command to start the X server on a configured system is: startx.

BIJ001 at 2007-6-29 14:09:46 > top of Java-index,Administration Tools,Sun Connection...