Trying lal lthis time to install Sun's j2sdk, but nothing goes for me
First of all I erased the gcc-java package.
Then installed j2sdk's rpm, but comamnds were not recognized.
Untnstalled the j2sdk rpm package, downloaded the bin package, created directory /usr/local/java/j2sdk-1.4.2, and unpacked the archive to that directory.
Then added this to my "/etc/profile":
Code:
PATH=${PATH}:/usr/local/java/j2sdk*/bin
export PATH
But this also didn't help.
Any suggestions, please?