* installing *source* package ‘rJavax’ ...
** package ‘rJavax’ successfully unpacked and MD5 sums checked
** libs
** arch - i386
/usr/bin/javac -classpath '../inst/java/*' RInterfaceProxy.java
RInterfaceProxy.java:9: package org.rosuda.REngine does not exist
import org.rosuda.REngine.RList;
^
RInterfaceProxy.java:10: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REngine;
^
RInterfaceProxy.java:11: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXP;
^
RInterfaceProxy.java:12: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPDouble;
^
RInterfaceProxy.java:13: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPInteger;
^
RInterfaceProxy.java:14: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPFactor;
^
RInterfaceProxy.java:15: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPLanguage;
^
RInterfaceProxy.java:16: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPList;
^
RInterfaceProxy.java:17: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPRaw;
^
RInterfaceProxy.java:18: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPReference;
^
RInterfaceProxy.java:19: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPString;
^
RInterfaceProxy.java:20: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPWrapper;
^
RInterfaceProxy.java:21: package org.rosuda.REngine does not exist
import org.rosuda.REngine.REXPJavaReference;
^
RInterfaceProxy.java:22: package org.rosuda.REngine.JRI does not exist
import org.rosuda.REngine.JRI.JRIEngine;
^
RInterfaceProxy.java:26: cannot find symbol
symbol : class REXPReference
location: class RInterfaceProxy
REXPReference dollars;
^
RInterfaceProxy.java:27: cannot find symbol
symbol : class REXPReference
location: class RInterfaceProxy
REXPReference refClass;
^
RInterfaceProxy.java:32: cannot find symbol
symbol : class REXPReference
location: class RInterfaceProxy
REXPReference dollars,
^
RInterfaceProxy.java:33: cannot find symbol
symbol : class REXPReference
location: class RInterfaceProxy
REXPReference refClass) {
^
RInterfaceProxy.java:45: cannot find symbol
symbol: class REXPString
put(REXPString.class,
^
RInterfaceProxy.java:46: cannot find symbol
symbol: class REXPString
REXPString.class.getMethod("asString"));
^
RInterfaceProxy.java:47: cannot find symbol
symbol: class REXPRaw
put(REXPRaw.class,
^
RInterfaceProxy.java:48: cannot find symbol
symbol: class REXPRaw
REXPRaw.class.getMethod("asBytes"));
^
RInterfaceProxy.java:49: cannot find symbol
symbol: class REXPDouble
put(REXPDouble.class,
^
RInterfaceProxy.java:50: cannot find symbol
symbol: class REXPDouble
REXPDouble.class.getMethod("asDouble"));
^
RInterfaceProxy.java:51: cannot find symbol
symbol: class REXPFactor
put(REXPFactor.class,
^
RInterfaceProxy.java:52: cannot find symbol
symbol: class REXPFactor
REXPFactor.class.getMethod("asFactor"));
^
RInterfaceProxy.java:53: cannot find symbol
symbol: class REXPInteger
put(REXPInteger.class,
^
RInterfaceProxy.java:54: cannot find symbol
symbol: class REXPInteger
REXPInteger.class.getMethod("asInteger"));
^
RInterfaceProxy.java:55: cannot find symbol
symbol: class REXPList
put(REXPList.class,
^
RInterfaceProxy.java:56: cannot find symbol
symbol: class REXPList
REXPList.class.getMethod("asList"));
^
RInterfaceProxy.java:70: cannot find symbol
symbol: class REXPReference
final REXPReference refClassMethod = (REXPReference)
^
RInterfaceProxy.java:70: cannot find symbol
symbol: class REXPReference
final REXPReference refClassMethod = (REXPReference)
^
RInterfaceProxy.java:71: cannot find symbol
symbol: class REXPJavaReference
((REXPJavaReference)
^
RInterfaceProxy.java:73: cannot find symbol
symbol: class REXPLanguage
.eval(new REXPLanguage
^
RInterfaceProxy.java:74: cannot find symbol
symbol: class RList
(new RList(new REXP[] {
^
RInterfaceProxy.java:74: cannot find symbol
symbol: class REXP
(new RList(new REXP[] {
^
RInterfaceProxy.java:77: cannot find symbol
symbol: class REXPString
new REXPString(method.getName())
^
RInterfaceProxy.java:72: cannot find symbol
symbol: class REXPReference
((REXPReference) dollars).getEngine()
^
RInterfaceProxy.java:83: cannot find symbol
symbol: class REXP
ArrayList<REXP> call = new ArrayList<REXP>() {
^
RInterfaceProxy.java:83: cannot find symbol
symbol: class REXP
ArrayList<REXP> call = new ArrayList<REXP>() {
^
RInterfaceProxy.java:88: cannot find symbol
symbol: class REXP
REXP wrappedArg = REXPWrapper.wrap(arg);
^
RInterfaceProxy.java:88: cannot find symbol
symbol: variable REXPWrapper
REXP wrappedArg = REXPWrapper.wrap(arg);
^
RInterfaceProxy.java:94: cannot find symbol
symbol: class REXPJavaReference
add(new REXPJavaReference(arg));
^
RInterfaceProxy.java:100: cannot find symbol
symbol: class REXP
REXP value = refClassMethod.getEngine()
^
RInterfaceProxy.java:101: cannot find symbol
symbol: class REXPLanguage
.eval(new REXPLanguage
^
RInterfaceProxy.java:102: cannot find symbol
symbol: class RList
(new RList(call.toArray(new REXP[0]))),
^
RInterfaceProxy.java:102: cannot find symbol
symbol: class REXP
(new RList(call.toArray(new REXP[0]))),
^
RInterfaceProxy.java:106: cannot find symbol
symbol: class REXPJavaReference
if (value instanceof REXPJavaReference)
^
RInterfaceProxy.java:107: cannot find symbol
symbol: class REXPJavaReference
return ((REXPJavaReference) value).getObject();
^
49 errors
make: *** [RInterfaceProxy.class] Error 1
ERROR: compilation failed for package ‘rJavax’
* removing ‘/Volumes/XT3/Rdev-web/QA/Simon/packages/leopard-universal/results/2.15/rJavax.Rcheck/rJavax’