-
Java Runtime Environment
How do I use the JRE with my compiled class files as a package for my users?
What exactly do I need?
Do I need to write any code just to get my code to work with the JRE?
-
Re: Java Runtime Environment
"Jorge" <jogo84@hotmail.com> wrote:
>
>How do I use the JRE with my compiled class files as a package for my users?
>What exactly do I need?
>Do I need to write any code just to get my code to work with the JRE?
Hi!
No, you don't need to write any code. If your user have an JDK or JRE already
installed,
you just need to send them your class files or jar package. They start the
programms using
java <class-name> or jre <class-name>. On Windows, you just double click
the jar if you
include the information of which function needs to be started (read sun's
docu about jar).
If they don't have an JRE installed you can supply them one but they still
have to
install them before running your jars.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|