Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: marbi on April 13, 2009, 11:36:24 AM
-
I have installed the java TCE extension and it works properly inside Opera,
but when I type java -version in the console it tells me that there is no java.
I want to use some java application outside of the browser so how do I get this extension working?
-
Java's not in PATH currently, so you need to use the full path (/usr/local/java/bin/java I think)
-
Experience same problem.
Using full path doesn't help.
Errors:
couldn't find libjava.so
and
could not find Java2 Runtime Environment.
-
Maybe try setting LD_LIBRARY_PATH (or related) or maybe CLASSPATH/-classpath needs to be used
-
remember the version is 1.5 not 1.6 ...
root@anarkia:/# find | grep libjava.so
./mnt/hda2/tclocal/java/lib/i386/libjava.so
./usr/local/java/lib/i386/libjava.so
root@anarkia:/# /usr/local/java/bin/java -version
java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) Client VM (build 1.5.0_15-b04, mixed mode, sharing)
root@anarkia:/#
-
Think there is an issue in the way you're using/installing tc?
When loading java.tce after starting tc in cloud mode, there's no problem.
Experience the problem when using the persistent storage.
Offtopic:
Do not really know how to maintain the storage (I'm using the tclocal file), wanted to install tcuninstall, or delete the file, and install java.tce again to see problems still there.
(But, for 12h. now, appbrowser can't connect? Get no extenssion list anymore. Rebooted without use of storage, and appbrowser gets connected again. Strange, there seems to be some relationship between using store and connection appbrowser, tried several times, same result every time).