-
Help me please........
Hello every body
I have developed an application using Java now i want to know can
i run the java class file with out jdk
and can i create exe file in java
help me please........
thanks in advance
-rajashekhar p.
-
Re: Help me please........
If you want to run your java application you need Java Runtime Environment(JRE).
You don't need entire JDK.
You can write a batch file where from you can start java program. Create
a shortcut on the desktop for the batch file. Once you click on the batch
file the java program will be launched.
You can also write a small JNI program through which you can create exe and
launch you java application from JNI.
Ruchi Dhar
"Rajashekhar P" <rajashekharp@rediffmail.com> wrote:
>
>Hello every body
> I have developed an application using Java now i want to know can
>i run the java class file with out jdk
>and can i create exe file in java
>
>help me please........
>
>thanks in advance
>
>
> -rajashekhar p.
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
|