I'm re-posting this question here because I'm not sure it belongs in the B4J Libraries section:
I have copied an executable jar file which contains code I want to use into the Libraries folder under B4J but it does not appear in the Referenced Libraries list after I right-click Refresh, so I cannot tick it because it is not there. As a result, when I compile a simple test program which includes the Dim lib1 as testlib statement, I get an 'Are you missing a referenced library?' message.
Someone please tell me why the library does not appear in the Referenced Libraries list and why I cannot access this library's routines? Must I do something besides copy the executable jar file into the B4J Libraries folder? I'm not skilled in B4J or Java (am coming from VB6) so please explain as simply as possible.
I have copied an executable jar file which contains code I want to use into the Libraries folder under B4J but it does not appear in the Referenced Libraries list after I right-click Refresh, so I cannot tick it because it is not there. As a result, when I compile a simple test program which includes the Dim lib1 as testlib statement, I get an 'Are you missing a referenced library?' message.
Someone please tell me why the library does not appear in the Referenced Libraries list and why I cannot access this library's routines? Must I do something besides copy the executable jar file into the B4J Libraries folder? I'm not skilled in B4J or Java (am coming from VB6) so please explain as simply as possible.