I need to configure an outdated application that uses Tomcat 4 and works using the 1.4 JDK.
I tried installing Linux JDK 1.4 from the sun download site on Ubuntu 9.04, but it did not install.
Is it possible to install JDK 1.4 on a 64-bit version of Ubuntu?
When I try to install j2sdk-1_4_2_19-linux-ia64.bin version, I get the following error:
./install.sfx.22146: 1: : not found
./install.sfx.22146: 1: ELF2 @@H @8@@@@@@ @ @@@ P: not found
./install.sfx.22146: 2: Syntax error: "(" unexpected
source
share