I have a jar file with drivers for printing via a bluetooth printer. I would like to use it through my application for printing. I cannot find any .java file to use it through Simple library compiler in order to create the b4a lib. Only .class files exist inside .jar.
I tried to create a wrapper in order to user it thru SLC. The below error occurred thru compilation:
Starting step: Compiling Java code.
javac 1.6.0_26
javac: directory not found: bin\classes
Usage: javac <options> <source files>
use -help for a list of possible options
Error
Attached the relevant files.
I tried to create a wrapper in order to user it thru SLC. The below error occurred thru compilation:
Starting step: Compiling Java code.
javac 1.6.0_26
javac: directory not found: bin\classes
Usage: javac <options> <source files>
use -help for a list of possible options
Error
Attached the relevant files.