search for: myjava

Displaying 2 results from an estimated 2 matches for "myjava".

Did you mean: msjava
2001 Mar 19
2
Samba and java
Hi, I have sent this message before does any one have any ideas? We really need to be able to run Java class files from the root of a samba share. I think that the problem may have to do with Samba file name mangeling and that this may be preventing the java virtual machine from finding the calls file through the classpath environment variable. Here is the original message. Can any one help? We
2002 Jan 19
0
Troubles in SJava
OS : Win95 R Version : 1.4.0 JDK Version : 1.3.0 Hi, R-statisticians all over the world. I'm trying to handling R objects in the Java code as follows: [c:\myjava\R2JTest.java] import org.omegahat.R.Java.*; class R2JTest { public static void main(String args[]) { REvaluator e = new REvaluator(); Object val = e.eval("objects()"); int i; if (val != null) { String[] objs = (String[])val;...