search for: jdk_home

Displaying 8 results from an estimated 8 matches for "jdk_home".

2002 Oct 31
1
header containing (PR#2003)
...eFileName()" to determine the R home-directory. "GetModuleFileName()" doesn't check the R_HOME environment setting, instead it returns the path of the .EXE, that started R, which is usually located in $R_HOME/bin. If R is invoked via Java, "GetModuleFileName()" returns $JDK_HOME/jre/bin instead of $R_HOME/bin and the function "getRHome()" returns $JDK_HOME/jre... My suggestion is just to rely on $R_HOME, instead of using "GetModuleFileName()", because all "xxx calls R" packages will have similar problems. I added in my sample fix the check fo...
2007 Apr 03
4
binding JAVA, rushing!
Hi, I met a problem when I binding JAVA. 1. download xapian-bindings-0.9.10.tar.gz to my local. 2. unzip binding file. 3. input ./configure --with-java in cygwin. 4 give me error: checking for java... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/java checking for javac... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/javac checking for jar... /cygdrive/c/Program Files/Java/jdk1.5.0_11/bin/jar
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
...:/opt/pathscale/bin CPU=x86_64 JAVA_BINDIR=/usr/lib/jvm/java/bin INPUTRC=/etc/inputrc PWD=/home/pearman JAVA_HOME=/usr/lib/jvm/java LANG=en_US.UTF-8 PYTHONSTARTUP=/etc/pythonstart SGE_ROOT=/opt/sge SDK_HOME=/usr/lib/jvm/java C3_RSH=ssh TEXINPUTS=:/home/pearman/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX JDK_HOME=/usr/lib/jvm/java SHLVL=1 HOME=/home/pearman LESS_ADVANCED_PREPROCESSOR=no OSTYPE=linux LS_OPTIONS=-N --color=tty -T 0 XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0 GM_PATH=/opt/gm/2.1.21/2.6.11-21smp G_FILENAME_E...
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...then: > > - chmod +x /etc/init.d/your_file_name - chkconfig your_file_name on > (not 100% sure about this command, I''m on Debian :-) ) > > Hope this helps, > > regards > > R > > --- > > #!/bin/bash > > RETVAL=$? export JAVA_HOME=/opt/java export JDK_HOME=/opt/jdk > export FEDORA_HOME=/var/fedora export > CATALINA_HOME=$FEDORA_HOME/tomcat export JAVA_OPTS=''-Xmx512M > -Xms128M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8 > -Djavax.net.ssl.trustStore=/var/fedora/server/truststo re > -Djavax.net.ssl.trustStorePassword=tomcat'&...
2005 Nov 30
3
wcmd crashes all the time on the set command.
...kde/share/config/gtkrc-2.0 HISTCONTROL=ignoredups HOSTNAME=jmd0 INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i686-pc-linux-gnu/3.4.4/info:/usr/share/info/emacs-21 JAVA_HOME=/opt/blackdown-jdk-1.4.2.02 JAVAC=/opt/blackdown-jdk-1.4.2.02/bin/javac JDK_HOME=/opt/blackdown-jdk-1.4.2.02 KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDEDIR=/usr/kde/3.2 KDEDIRS=/usr KONSOLE_DCOP_SESSION=DCOPRef(konsole-23001,session-11) KONSOLE_DCOP=DCOPRef(konsole-23001,konsole) LESS=-R LESSOPEN=|lesspipe.sh %s LOGNAME=john LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so...
2011 Mar 18
1
Installing rJava fails
Dear all, Installing rJava fails. The message was listed below. I wonder why cpp flag could not be detected, although I had installed. Thanks!!! -Jiacheng R CMD INSTALL rJava_0.9-0.tar.gz * installing to library ‘/data1/mri_researchers/wexler_data/jiacheng/R-2.12.0/library’ * installing *source* package ‘rJava’ ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file
2006 Apr 25
1
Another undefined pri_restart failure
...inputrc PWD=/usr/src/asterisk/libpri XMODIFIERS=@im=local JAVA_HOME=/usr/lib/jvm/java LANG=POSIX PYTHONSTARTUP=/etc/pythonstart SDK_HOME=/usr/lib/jvm/java SSH_ASKPASS=/usr/lib64/ssh/x11-ssh-askpass TEXINPUTS=::/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX JDK_HOME=/usr/lib/jvm/java SHLVL=2 HOME=/root LESS_ADVANCED_PREPROCESSOR=no OSTYPE=linux LS_OPTIONS=-a -N --color=tty -T 0 XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/X11R6/bin/kde GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0...
2007 May 30
5
java bindings 1.0.0 - jni.h not found
Hi all, I am new to Xapian and want to use it with Java. In order to do that I tried to compile the Java bindings. I set XAPIAN_CONFIG and invoked "configure". However "./configure --with-java" exits with an error. Point of failure: checking for jni.h... no checking for jni.h in /usr/lib/jvm/java-1.5.0-sun/include... no checking for jni.h in