Full_Name: Rune Philosof Version: 2.6.2 and 2.7.1 OS: Ubuntu 8.04 Submission from: (NULL) (130.226.87.177) When I try to install rJava I am requested to run 'R CMD javareconf -e' if I don't have root access. rune at rune-laptop:~$ R CMD javareconf -e shift: 59: can't shift that many
'javareconf -e' as normal user (PR#12544)
3 messages · bugs at philosof.dk, Simon Urbanek, Rune Schjellerup Philosof
2 days later
Rune,
On Aug 15, 2008, at 8:50 AM, bugs at philosof.dk wrote:
Full_Name: Rune Philosof Version: 2.6.2 and 2.7.1 OS: Ubuntu 8.04 Submission from: (NULL) (130.226.87.177) When I try to install rJava I am requested to run 'R CMD javareconf - e' if I don't have root access. rune at rune-laptop:~$ R CMD javareconf -e shift: 59: can't shift that many
Can you tell us which shell you are using? It works fine for me with sh/bash. FWIW in general the syntax is "-e <prog>" (see -h) e.g. R CMD javareconf -e /bin/bash You can also use '' for the default shell. Cheers, Simon
Simon Urbanek skrev:
Rune, On Aug 15, 2008, at 8:50 AM, bugs at philosof.dk wrote:
Full_Name: Rune Philosof Version: 2.6.2 and 2.7.1 OS: Ubuntu 8.04 Submission from: (NULL) (130.226.87.177) When I try to install rJava I am requested to run 'R CMD javareconf -e' if I don't have root access. rune at rune-laptop:~$ R CMD javareconf -e shift: 59: can't shift that many
Can you tell us which shell you are using? It works fine for me with sh/bash. FWIW in general the syntax is "-e <prog>" (see -h) e.g. R CMD javareconf -e /bin/bash You can also use '' for the default shell.
I'm using bash version 3.2.25(1) (ubuntu package version 3.2-0ubuntu11). It works fine if I specify <prog>, but it doesn't work with just -e for the default shell. -- Regards Rune