Java Question Make Library

alirezahassan

Active Member
Licensed User
Longtime User
Hi All,
I want to make B4a Library With Eclipse. so i want to Generate Javadoc.
when i setup all the things and click on Finish, i get an error like
what am i doing?
 

alirezahassan

Active Member
Licensed User
Longtime User
You can use whichever editor you like. When the code is ready, use SLC to compile it.
With slc also have an error.
B4X:
Starting step: Compiling Java code.
javac 1.8.0_152
C:\Users\aras\Desktop\AH_StabilizationService\src\com\programmingcenter\stabilizationservice\AH_StabilizationService.java:9: error: package pejman.nikravan.PNAlarmManager does not exist
import pejman.nikravan.PNAlarmManager.PNAlarmManager;

B4X:
Starting step: Compiling Java code.
C:\Users\Davood\eclipse-workspace\AH_StabilizationService\src\com\programmingcenter\stabilizationservice\AH_StabilizationService.java:2: error: package android.content does not exist
import android.content.ComponentName;
                      ^
1 error

javac 11.0.1

Error.
If I solve the eclipse problem, I think it's better. Could you please help me?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…