[Moving this to R-SIG-Debian where it belongs]
Le jeu. 29 mai ? 07:22, threshold a ?crit :
> Hi I am using ubuntu 8.04 and faced some problems when installing
> rJava. What
> I did first was install.packages("rJava") but I could not proceed
> since:
> "checking Java support in R... configure: error: absent
> R was configured without Java support. Please run
> R CMD javareconf
> as root to add Java support to R."
>
> afterwards I took Alt+F2 and typed: gksudo R CMD javareconf
Open a terminal to issue the command. That way, at least, you'll see
if there are any error messages (and can report them). Most likely you
don't have a Java interpreter installed. See
https://help.ubuntu.com/community/Java ,
install one, try again the commands recommended and report if
something is still going wrong.
HTH Vincent
>
>
> ..however I was not able to install rJava on my comp. will be very
> gratefull
> for any suffestions.
>
> In general I want to make package gWidgets working
>
> best, robert
> --
> View this message in context:
http://www.nabble.com/Ubuntu-rJava-tp17532637p17532637.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.