Java programming..how can I distribute java program....?
I am new 2 java program,the problem now face is that I don't know how can I distribute my java program.I read about JRE files,and learn that it is executable one.How can I run/execute a JRE file..please help me?
__________________
manojap
Advertisements. Register and be a member of the community to get rid of them.
If you want to distribute the binaries of your software then do remember that .class files can be reverse engineered to get your original-looking source code...
Re: Java programming..how can I distribute java program....?
but nowdays you are allowed to set options to make distributable running code in such firm that it can't be reverse-engg ( Normal Ways )
like if you are using IDEs like Netbeans, Eclipse ... when you export your code as JAR, option is being displayed... similar settings can be achieved via some command line switches...
__________________
++++++++++++++++++++++++++
I hate all liars... except ;)
++++++++++++++++++++++++++
http://www.abhishekkr.co.cc
++++++++++++++++++++++++++
Re: Java programming..how can I distribute java program....?
but nowdays you are allowed to set options to make distributable running code in such firm that it can't be reverse-engg ( Normal Ways )
like if you are using IDEs like Netbeans, Eclipse ... when you export your code as JAR, option is being displayed... similar settings can be achieved via some command line switches...
__________________
++++++++++++++++++++++++++
I hate all liars... except ;)
++++++++++++++++++++++++++
http://www.abhishekkr.co.cc
++++++++++++++++++++++++++