The Artima Developer Community
Sponsored Link

Java Answers Forum
create executable jar

3 replies on 1 page. Most recent reply: Jan 28, 2003 5:25 AM by Pavan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
sandeep

Posts: 1
Nickname: papa
Registered: Jan, 2003

create executable jar Posted: Jan 24, 2003 6:24 AM
Reply to this message Reply
Advertisement
how i can create executable java jar file so i can run exe file


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: create executable jar Posted: Jan 24, 2003 2:22 PM
Reply to this message Reply
Since it sounds like you are on the Windows platform, you can just make an association of jar files to java.exe. Additionally, if you are on NT/XP/2k you can add .jar to your pathext environment variable, then you can run a jar file from the command line as if it were an exe.

kyle

Posts: 2
Nickname: puttz
Registered: Jan, 2003

Re: create executable jar Posted: Jan 24, 2003 2:31 PM
Reply to this message Reply
you can neatly package the java file and all required resources up with a program called exej which you can download her: http://www.bysoft.se/sureshot/ and its free so thats alway a plus

Pavan

Posts: 1
Nickname: pgampa
Registered: Jan, 2003

Re: create executable jar Posted: Jan 28, 2003 5:25 AM
Reply to this message Reply
It is Possible in Windows, but u need MicroSoft JVM, in that u have option called jgenexe, in this u put ur .class files and build a Exe.

Flat View: This topic has 3 replies on 1 page
Topic: Filesearcher Previous Topic   Next Topic Topic: How to break a string to multiple lines

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use