Java Question The import anywheresoftware.b4a.BA cannot be resolved

Paolodc

Member
Salve a tutti! Ho appena iniziato con lo studio della creazione delle librerie, quindi se dovessi postare una sciocchezza vi ringrazierei se me lo faceste notare.

Ho iniziato con la documentazione di Erel: https://www.b4x.com/android/forum/threads/java-creating-libraries-for-b4a.6810/
Dopo per approfondire il concetto sono andato un vedere il video tutorial sempre di Erel su Youtube: https://www.youtube.com/watch?v=3aBJ2_sLYbA&t=0s

Ho installato l'ultimo pacchetto per Eclipse (Eclipse IDE for Java Developers -2020-12) e ho seguito tutti i passaggi per creare un nuovo progetto Java. Il blocco mi è sorto quando era arrivato il momento di scrive il codice di esempio, dopo aver aggiunto le librerie di riferimento, perché Eclipse non mi importa "anywheresoftware.b4a.BA.ShortName".
Il mio dubbio è stato da dove vado a prendere questo oggetto BA? E credevo che deve stare in:
E:\Eclipse\eclipse-workspace\FirstLib\bin\anywheresoftware\b4a...\BA
Non l'ho trovato in questa cartella e non riesco a capire cosa è andato storto.

Questo è quanto mi succede:

Eclipse.png


Ringrazierei molto chi mi risponderà.
 

Paolodc

Member
ENGLISH

Hello everyone! I just got started with the study of creating libraries, so if I were to post a nonsense I would thank you if you point this out to me.

I started with the Erel documentation:
https://www.b4x.com/android/forum/threads/java-creating-libraries-for-b4a.6810/
After to deepen the concept I went to see the video tutorial also by Erel on Youtube:

I installed the latest package for Eclipse (Eclipse IDE for Java Developers -2020-12) and followed all the steps to create a new Java project. The hang arose when it was time to write the sample code, after adding the reference libraries, because Eclipse doesn't care "anywheresoftware.b4a.BA.ShortName".
My doubt was where am I going to get this BA item from? And I thought it must be in:
E:\Eclipse\eclipse-workspace\FirstLib\bin\anywheresoftware\b4a...\BA
I didn't find it in this folder and can't figure out what went wrong.

This is what happens to me:
Eclipse.png


I would very much thank those who will answer me.
 
Top