Hi,
I'm trying to use some java modules in a library. For that, I'm using SLC (Simple Library Compiler) provided here in these forums (the app LibraryCompiler.exe).
But, I had an unexpected error - that I didn't had in Eclipse:
module1\Utils1.java:1166: error: cannot find symbol
var0 = (Object[][]) Arrays.copyOf(var3, var4);
...
Note: Recompile with -Xlint:unchecked for details.
I'm seriously confused. In this program, I can't place - I think - the -Xlint parameter.
And, the other 2 apps, B4J_LibraryCompiler.exe and jLibraryCompiler_b4j.exe say "Cannot findB4J ini file".
And in Eclipse, the jar is perfectly compiled with no errors - only that does not brings a complete xml file with the functions...
I'm sure most of the members of B4A have used these utils.
Can someone help me out, please?
Kind regards,
Kepler
I'm trying to use some java modules in a library. For that, I'm using SLC (Simple Library Compiler) provided here in these forums (the app LibraryCompiler.exe).
But, I had an unexpected error - that I didn't had in Eclipse:
module1\Utils1.java:1166: error: cannot find symbol
var0 = (Object[][]) Arrays.copyOf(var3, var4);
...
Note: Recompile with -Xlint:unchecked for details.
I'm seriously confused. In this program, I can't place - I think - the -Xlint parameter.
And, the other 2 apps, B4J_LibraryCompiler.exe and jLibraryCompiler_b4j.exe say "Cannot findB4J ini file".
And in Eclipse, the jar is perfectly compiled with no errors - only that does not brings a complete xml file with the functions...
I'm sure most of the members of B4A have used these utils.
Can someone help me out, please?
Kind regards,
Kepler