Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Egon Willighagen
On Sunday 22 October 2006 18:02, Simon Urbanek wrote: > The bad news is that JGR doesn't quite > work. Although I was able to start JGR with GIJ, its Swing > implementation seems to be incomplete/incompatible such that I get > tons of exceptions on the console that fail in the middle of the GIJ > S

Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Simon Urbanek
On Oct 20, 2006, at 11:13 AM, Egon Willighagen wrote: cc: debian-java -> I need a bit of help here, see below [...] I've found out that it now actually is a package on CRAN, and installs fine, and really just depends on rJava for the Java binding. (JGR and rJava are downloaded as source tar

Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Egon Willighagen
On Sunday 22 October 2006 13:11, Andrew Haley wrote: > > diff -ru rJava-orig/src/Makevars.in rJava/src/Makevars.in > > --- rJava-orig/src/Makevars.in 2006-10-11 01:52:30.0 +0200 > > +++ rJava/src/Makevars.in 2006-10-22 12:39:36.0 +0200 > > @@ -14,5 +14,5 @@ > > jri: >

Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Andrew Haley
Egon Willighagen writes: > > On Sunday 22 October 2006 11:51, Andrew Haley wrote: > > > But it fails because of this call: > > > > > > /usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/bin/javac -target 1.4 -source > > > 1.4 -target 1.4 -source 1.4 -classpath src/JRI.jar -d examples > > > exampl

Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Egon Willighagen
On Sunday 22 October 2006 11:51, Andrew Haley wrote: > > But it fails because of this call: > > > > /usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/bin/javac -target 1.4 -source > > 1.4 -target 1.4 -source 1.4 -classpath src/JRI.jar -d examples > > examples/rtest.java > > > > Note the duplicate '-t

Re: JGR with free java (was: GUI for R)

2006-10-22 Thread Andrew Haley
Egon Willighagen writes: > > cc: debian-java -> I need a bit of help here, see below > > On Wednesday 11 October 2006 15:48, Dirk Eddelbuettel wrote: > > | > Unfortunately, JGR is still somewhat outside Debian as it wants Sun's > > | > Java JDK so I don't think I'll ever package it directly