Displaying 3 results from an estimated 3 matches for "thirdpartylicensereadme".
2011 Mar 22
0
JGR compile problem: JNI type error with a twist
...d javac.
It's true that JAVA_HOME points to java-6-sun-1.6.0.24 via a symbolic
link named java-6-sun. Can't see how that would be a problem.
Any thoughts / suggestions?
If it's any help, a list of JAVA_HOME gives:
# ls $JAVA_HOME
bin db ext jre LICENSE README.html THIRDPARTYLICENSEREADME.txt
COPYRIGHT demo include lib man sample
bin has an executable javac.
Cheers, Peter
2005 Sep 21
3
Can't get JRE to install so that FireFox sees it
Hot on the heels of the success of getting sound to work with FireFox, I
am on to getting Java applets to run.
When I go to a page with a Java applet, I get the little Rubik's cube-
like icon that says I can click to download. So I do, but FireFox says
it can't find it, so I have to install manually.
I click on Manual install and I'm taken to a page that allows me to
download the RPM
2010 Jun 04
1
R Java compile problem
...L
-L/usr/java/packages/lib/amd64 -L/usr/lib/jni -L/lib -L/usr/lib -ljvm
JNI cpp flags :
Updating Java configuration in /etc/R
Done.
##
When I investigate JAVA_HOME, I get:
##
# echo $JAVA_HOME
/usr/lib/jvm/java-6-sun
# ls /usr/lib/jvm/java-6-sun
bin docs include lib man THIRDPARTYLICENSEREADME.txt
COPYRIGHT ext jre LICENSE README.html
##
So, JAVA_HOME does point to a proper installation of Sun's Java, so
far as I can tell. The cpp flag seems to be the big problem, but I
don't know enough about this setup to figure out how to fix it.
I get R from the software source:
h...