Hello list, Before i go to the bother of downloading this java runtime environment
j2re-1_3_1_02-linux-i386.bin
and installing it, can anyone tell me if there is a handy equivalent debian package ready to just rock 'n' roll? The wealth of possibilities in the packages has confused me somewhat. Thanks, Jenny.
On Thu, 14 Mar 2002 Jenny_Hopkins@toby-churchill.com wrote:
Before i go to the bother of downloading this java runtime environment
vi /etc/apt/sources.list and add:
# - jdk deb http://www.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/debian potato non-free
Then apt-get update and apt-get install j2sdk1.3 or j2re1.3 depending on whether you want the developer kit or just the runtime.
Hope that helps!
Andrew.