Android Question SLC with java 11

DonManfred

Expert
Licensed User
Longtime User
My name is not Erel but YES

This is a COMMUNITY Forum! Do not limit your questions to a single member.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Can I pass the code to you?
No!

If you are not able to write a wrapper you can hire someone who do the job for you.

I don´t see any reason for your code to write a wrapper at all. I guess it can be done with B4A itself, using okhttputils2.

PS: You should post java developer questions in the correct forum. The question in this thread was if SLC is able to compile using Java 11.
 
Last edited:
Upvote 0

Angelo Messina

Active Member
Licensed User
Longtime User
Starting step: Compiling Java code.
javac 1.8.0_202
C:\Progetti\SimpleLibraryCompiler\Weather\src\com\angelomessina\weather\weather.java:51: error: package java.net.http does not exist
import java.net.http.HttpClient;
^
1 error

Error.
 
Upvote 0
Top