I had an app written in B4J about 6 years ago and it was working great.
This week I had to revisit the app and used the new version of B4J to compile and run it on windows 10 desktop.
I am using all the previous libraries and structure as it was 6 years ago, but I get 2 red flags;
Dim MsgBox As Msgboxes
Dim DialogResponse As DialogResponses
and
Dim sf As JStringFunctions
sf.Initialize
all the libraries are there on the extra libraries folder yet these 2 libraries do not even show on the library list to tick them.
I looked everywhere for the new version of libraries and unfortunately, all available versions are 2013 which I already have or the links to the files are dead.
Can anybody help me with these 2 problems so I can compile the app again to use?
PS. I have tried both OpenJDK and Oracle JDK and tried ticking every single library on the list but nothing seems to work.
I am at my wit's end. please help.
This week I had to revisit the app and used the new version of B4J to compile and run it on windows 10 desktop.
I am using all the previous libraries and structure as it was 6 years ago, but I get 2 red flags;
Dim MsgBox As Msgboxes
Dim DialogResponse As DialogResponses
and
Dim sf As JStringFunctions
sf.Initialize
all the libraries are there on the extra libraries folder yet these 2 libraries do not even show on the library list to tick them.
I looked everywhere for the new version of libraries and unfortunately, all available versions are 2013 which I already have or the links to the files are dead.
Can anybody help me with these 2 problems so I can compile the app again to use?
PS. I have tried both OpenJDK and Oracle JDK and tried ticking every single library on the list but nothing seems to work.
I am at my wit's end. please help.