Results 1 to 4 of 4
- 11-19-2009, 09:25 AM #1
if a user doubclick on the jar file will get the output
Hai
How can i embbeded jre in a jar file
source program is attached and the ant file is
<project>
<target name="jar">
<mkdir dir="build/jar"/>
<jar destfile="/jar/tt.jar" basedir="/classes">
<manifest>
<attribute name="Main-Class" value="Tooltip"/>
</manifest>
</jar>
</target>
</project>
by that if a user doubclick on the jar file will get the output
Thanks
- 11-19-2009, 09:54 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
You don't embed JREs into jar files. The JRE should be installed on the client machines.
It's the one that runs the jar file so if it's not there the .jar will not run.
- 11-19-2009, 10:00 AM #3
client user has no java installed in the computer
thanks to your reply
if the client user has no java installed in the computer then do i had to install jre or the whole jdk as we usually done.
or any exe builder to embedd the jre with my project
thanks
- 11-19-2009, 10:11 AM #4
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Similar Threads
-
Writting output to file!
By hakan123 in forum New To JavaReplies: 8Last Post: 11-19-2009, 04:39 PM -
problem with output of jar file
By nishant.4545 in forum Advanced JavaReplies: 2Last Post: 07-04-2009, 04:00 PM -
No output to file
By shiva in forum Java ServletReplies: 0Last Post: 04-24-2009, 02:06 PM -
Search a word(taken from one file) in another file and give the line as the output
By SwapnaNaidu in forum New To JavaReplies: 7Last Post: 11-19-2008, 02:09 PM -
mapping servlets in user defined xml file and invoking them
By praneeth in forum Advanced JavaReplies: 0Last Post: 07-16-2007, 08:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks