Android Question Need help starting with SLC

Lee Gillie CCP

Active Member
Licensed User
Longtime User
I've been porting a communications package I created to Java intended for use by B4A projects. Everything compiles fine and runs via Eclipse. I can't seem to get the SLC to build for me though. Any hints will be greatly appreciated.
Starting step: Compiling Java code.
javac 1.8.0_112
D:\ODPMOBILE\Eclipse\src\com\odp\ODPCloud\RemoteMethodCallResponseContext.java:3: error: package java.time does not exist
import java.time.LocalDateTime;
^
Note: D:\ODPMOBILE\Eclipse\src\com\odp\ODPCloud\CloudServiceConsumer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
 
Top