This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Tuesday, January 15, 2019
rJAVA Rstudio bug
https://github.com/rstudio/rstudio/issues/2254
Tuesday, February 14, 2017
cpsc1100 java, ch2.4, 2.5 using objects. part2
using variables
Java Tutor visualize
http://www.pythontutor.com/java.html#mode=display
Java API
https://docs.oracle.com/javase/8/docs/api/
Accessor and mutator methods.
Java Tutor visualize
http://www.pythontutor.com/java.html#mode=display
Java API
https://docs.oracle.com/javase/8/docs/api/
Accessor and mutator methods.
Thursday, September 15, 2016
Ubuntu java install
sudo apt-get update
sudo apt-get install default-jre
Also: tried "sudo nano -w /etc/enviroment", but it did not work.
Monday, August 29, 2016
library(xlsx) rJava problem in Rstudio
follow instrucitons on:
http://stackoverflow.com/questions/30738974/rjava-load-error-in-rstudio-r-after-upgrading-to-osx-yosemite
sudo ln -s $(/usr/libexec/java_home)/jre/lib/server/libjvm.dylib /usr/local/lib/.
Sunday, January 17, 2016
java problem for R package installed as sources.
install rJava as sources.
checking Java support in R... present:
interpreter : '/usr/bin/java'
archiver : '/usr/bin/jar'
compiler : '/usr/bin/javac'
header prep.: '/usr/bin/javah'
cpp flags : ''
java libs : ''
configure: error: One or more Java configuration variables are not set.
Make sure R is configured with full Java support (including JDK). Run
R CMD javareconf
as root to add Java support to R.
http://stackoverflow.com/questions/3311940/r-rjava-package-install-failing
This seems to be a common problem.
I went back to R and choose to install binaries. The installation passed.
Subscribe to:
Posts (Atom)