B4J Question B4J Additional Libraries

tdocs2

Well-Known Member
Licensed User
Longtime User
Greetings.

The list of the B4j additional libraries can be found in Documentation Index under B4J.

Unfortunately, this index does not point to the location to download the library.

Where can I find the location to download the additional libraries?

Thank you.

Sandy
 

United Technical Support

Member
Licensed User
Longtime User
Erel,

I have downloaded all available libraries on https://www.b4x.com/android/forum/forums/b4j-libraries-classes.56/

But "missing type references" of the followings:

Dim Archiver1 As Archiver
Dim AtomicInteger1 As AtomicInteger
Dim Base641 As Base64
Dim BigDecimal1 As BigDecimal
Dim BigInteger1 As BigInteger
Dim Bit1 As Bit
Dim BufferedImage1 As BufferedImage
Dim ByteConverter1 As ByteConverter
Dim Cipher1 As Cipher
Dim Clipboard1 As Clipboard
Dim Colors1 As Colors
Dim Cursors1 As Cursors
Dim Dimension1 As Dimension
Dim ExceptionEx1 As ExceptionEx
Dim GpioPinAnalogInput1 As GpioPinAnalogInput
Dim Graphics2D1 As Graphics2D
Dim JackcessCursor1 As JackcessCursor
Dim JackcessDatabase1 As JackcessDatabase
Dim JackcessIndex1 As JackcessIndex
Dim JackcessIndexCursor1 As JackcessIndexCursor
Dim JackcessTable1 As JackcessTable
Dim jAgendaClickData1 As jAgendaClickData
Dim JDatePicker1 As JDatePicker
Dim KeyGenerator1 As KeyGenerator
Dim KeyPairGenerator1 As KeyPairGenerator
Dim Keywords1 As Keywords
Dim Lock1 As Lock
Dim Mac1 As Mac
Dim MessageDigest1 As MessageDigest
Dim Point1 As Point
Dim ReadWriteLock1 As ReadWriteLock
Dim SecureRandom1 As SecureRandom
Dim SFtp1 As SFtp
Dim SFtpEntry1 As SFtpEntry
Dim Signature1 As Signature
Dim SMB1 As SMB
Dim SMBFile1 As SMBFile
Dim Stub1 As Stub
Dim Thread1 As Thread
Dim ToastMessageShow1 As ToastMessageShow
Dim XMLBuilder1 As XMLBuilder

May be I missing something?
 
Upvote 0

United Technical Support

Member
Licensed User
Longtime User
My purpose is testing every tools/modules/types/classes that I can use. We are sure we will not distribute any needed password download libraries. And we will distribute our Apps with license based on the authors.

I do not know why you think we will distribute those libraries?

I personally think the missing libraries may be share with B4A, right?
e.g.BigNumbers1.2a.zip can find in B4A, but not B4J.

If Yes, please mark it down like this in https://www.b4x.com/b4j/documentation.html:
BigNumbers - v1.2a - Written by Andrew Graham (same as B4A)

and please also mark it down like this in https://www.b4x.com/android/documentation.html:
BigNumbers - v1.2a - Written by Andrew Graham (same as B4J)

Luckily, I did the search again, I found ToastMessageShow.zip and jAgendaClickData is a class now.
Please help us to find those missing libraries/types, thanks!
 
Upvote 0
Top