APKRepatcher icon indicating copy to clipboard operation
APKRepatcher copied to clipboard

Javac problem

Open tdaron opened this issue 5 years ago • 1 comments

When compiling , the javac command is :

javac -cp .:/home/XXX/Documents/APKRepatcher/Projects/XXX.apk/modifiedJar/;/home/XXX/Documents/APKRepatcher/APKRepatcher_lib/userLibrary/* XXX.java

BUT there is a ';' which must be replaced by a ":" otherwise the order is not good

tdaron avatar Aug 05 '19 14:08 tdaron

How is this an APKRepatcher problem? All I see, just you messing up the class paths in YOUR CUSTOM CONFIGURATION. https://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html

manciuszz avatar Aug 16 '19 18:08 manciuszz