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....
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 >

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 >
