The R Project SVN R

Rev

Rev 35526 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35526 Rev 35572
Line 1... Line 1...
1
public class getsp {
1
public class getsp {
2
    public static void main(String[] args) {
2
    public static void main(String[] args) {
3
	if (args!=null && args.length>0) {
3
	if (args!=null && args.length>0) {
-
 
4
	    if (args[0].compareTo("-test")==0) {
-
 
5
		System.out.println("Test1234OK");
-
 
6
	    } else
4
	    if (args[0].compareTo("-libs")==0) {
7
	    if (args[0].compareTo("-libs")==0) {
5
		String prefix="-L";
8
		String prefix="-L";
6
		if (args.length>1) prefix=args[1];
9
		if (args.length>1) prefix=args[1];
7
		String lp=System.getProperty("java.library.path");
10
		String lp=System.getProperty("java.library.path");
8
		// we're not using StringTokenizer in case the JVM is very crude
11
		// we're not using StringTokenizer in case the JVM is very crude