B4J Question "Cannot find . . . \B4J\libraries\net.jar"

Brian Dean

Well-Known Member
Licensed User
Longtime User
I have written a simple cloud storage class module (it uses a private website) and used it in several B4A apps. It uses only the Net library. I am now working on a cross-platform (B4A+B4J) application that uses this class. I have copied the class files between my B4A and my B4J library folders, but when I try to compile it in B4J I get this compiler error ...
Cannot find: C:\Program Files (x86)\Anywhere Software\B4J\libraries\net.jar
What have I missed? I am using B4J Version 8.31.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Brian Dean

Well-Known Member
Licensed User
Longtime User
jNet for B4J

I had started to recreate the class in B4J (not a big job) but I thought that I might have overlooked something simpler. Thanks.

Edit: I discovered later that "recreating" the class only requires recompilation in B4J rather than B4A - even simpler than I expected.
 
Last edited:
Upvote 0
Top