B4J Question Standalone Package in B4J

amir hosein

Member
Hello everyone
I made a program for communicating to a Arduino Due Board via Serial port .
I want to make a Standalone Package for it . My purpose of making standalone package is to hide my source code . Is that Right ?
If I make a package from my B4J program , My source code will not be accessible to others (users) ?

Please Kindly Answer my Question .

Regards
 

amir hosein

Member
T
No, the compiled jar file also hides your source code.
thanks for your answer .
but that's not right because the .jar file (also .apk file) is like a compressed file and can be unpack . when a .jar file unpack then you can see the source but it maybe obfuscated ...
my question is : is there anyway to reach the source code in the Standalone Package ?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Your source code compiled to modules and other file after build as Standalone Package.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

teddybear

Well-Known Member
Licensed User
What is the source code you are referring to? java code or b4x code?
If it's Java, even though you make a package, it can still be decompiled.
 
Upvote 0
Top