Home | History | Annotate | Download | only in tools

Lines Matching refs:jar

36 jarfile=sdkmanager.jar
77 jarpath="$jarpath;"`cygpath -w "$frameworkdir/swtmenubar.jar"`
80 jarpath="$frameworkdir/$jarfile:$frameworkdir/swtmenubar.jar"
84 javaExtDirs=`"${java_cmd}" -jar "${frameworkdir}/archquery.jar" java.ext.dirs`
86 # Figure out the path to the swt.jar for the current architecture.
94 vmarch=`"${java_cmd}" -jar "${frameworkdir}/archquery.jar"`
105 echo "Please export ANDROID_SWT to point to the folder containing swt.jar for your platform."
109 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
113 -classpath "$jarpath:$swtpath/swt.jar" \