How can I hide my specific Java source code (a single class) by making it non-readable? -


how can hide specific java source code (a single class out of several classes) of software application. mean, there way make class can not viewable or accessible others? can create class library or reference file? , can't viewed hackers?

there way partially want.

you can use proguard obfuscate it.

as hiding class not know way that.


Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

r - Quantstrat logical error while running applySignals - missing value where TRUE/FALSE needed -