Home | History | Annotate | Download | only in bin

Lines Matching refs:CLASSPATH

27 # the code is not totally portable due to classpath and directory splitting
40 # - target platform uses ":" as classpath separator or perl indicates it is dos/win32
77 #ISSUE: what java wants to split up classpath varies from platform to platform
87 #build up standard classpath
105 my $classpath=$ENV{CLASSPATH};
109 if (! $classpath eq "")
111 $classpath = `cygpath --path --windows "$classpath"`;
112 chomp ($classpath);
119 push @ARGS, "-classpath", "$localpath";
127 if (! $classpath eq "")
131 # make classpath literally $CLASSPATH
134 push @ARGS, "-lib", "\$CLASSPATH";
138 push @ARGS, "-lib", "$classpath";