I want to be able to compile a program written in java. Unfortunately, I just discovered that my compiler isn't working.
I'm using sun-jdk.tcz from the repository.
When I run "javac" with or without arguments at the commandline, I get this response:
javac: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
sun-jdk.tcz is in onboot.lst
echo $JAVA_HOME
/usr/local/java-sun/
echo $J2SDKDIR
/usr/local/java-sun
find /usr | grep libjli.so
/usr/local/java-sun/jre/lib/i386/jli/libjli.so
Does anyone else have sun's jdk working on tinyCore 4.4 ?
P.S. I would use openjdk but libreoffice.tcz currently depends on sun-jre.tcz and I don't feel like having two jre's on my system.