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) ?
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 ?