File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Samples/SwiftAndJavaJarSampleLib Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727
2828# check if we can compile a plain Example file that uses the generated Java bindings that should be in the generated jar
2929# The classpath MUST end with a * if it contains jar files, and must not if it directly contains class files.
30- SWIFTKIT_CLASSPATH=" $( pwd) /../../SwiftKit/build/libs/*"
30+ SWIFTKIT_CORE_CLASSPATH=" $( pwd) /../../SwiftKitCore/build/libs/*"
31+ SWIFTKIT_FFM_CLASSPATH=" $( pwd) /../../SwiftKitFFM/build/libs/*"
3132MYLIB_CLASSPATH=" $( pwd) /build/libs/*"
32- CLASSPATH=" $( pwd) /:${SWIFTKIT_CLASSPATH} :${MYLIB_CLASSPATH} "
33+ CLASSPATH=" $( pwd) /:${SWIFTKIT_CORE_CLASSPATH} : $SWIFTKIT_FFM_CLASSPATH $ :${MYLIB_CLASSPATH} "
3334echo " CLASSPATH = ${CLASSPATH} "
3435
3536$JAVAC -cp " ${CLASSPATH} " Example.java
You can’t perform that action at this time.
0 commit comments