Displaying 2 results from an estimated 2 matches for "gves".
Did you mean:
goes
2011 Oct 24
0
Problem with calling an user defined R function from Java
...#39;C:/Project_WRAIR/Normalisation.r')");
System.out.println(re);
REXP rn = re.eval("my.Normal(data)");
System.out.println(rn);
double[] rnd = rn.asDoubleArray();
for(int i=0; i<rnd.length; i++){
System.out.print(rnd[i] + " ");
}
This gves an NullPointerException and on printing the variable rn, we get
null as the output.
Please do suggest a way out.
Thanks in advance.
Surajit Bhattacharya
--
View this message in context: http://r.789695.n4.nabble.com/Problem-with-calling-an-user-defined-R-function-from-Java-tp3932071p3932071.h...
2004 Feb 10
0
SLES and samba 2.2.5-UL
...terday and samba not linking the %u switch we now have a samba
server up and running, joined to our domain and wbinfo -u responds with all
the domain users :) The add user script i`ve put in so far partly works it
creates the user, but no home directory, even though browsing to the linux
box still gves you //samba_server/User_name.
But no home directory is created. deleting the the user in yast it asks me
if i want to delte the users home directory as well, but obvioulsy one
doesn`t exsist. Can any one offer me any help as to home to get a users
home directory created on the fly.
Thanks for any...