The Artima Developer Community
Sponsored Link

Java Answers Forum
java class to exe

1 reply on 1 page. Most recent reply: Jul 29, 2004 2:52 AM by Matthias Neumair

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 1 reply on 1 page
Mathew

Posts: 6
Nickname: mam
Registered: Jul, 2004

java class to exe Posted: Jul 28, 2004 9:21 AM
Reply to this message Reply
Advertisement
How can we convert a java class file in to an exe file..
and how can ve make some class file a in to a jar file n how can we run it from dos prompt?


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: java class to exe Posted: Jul 29, 2004 2:52 AM
Reply to this message Reply
1. not bossible, allthough there are tools to create a .exe file wich calls the runtime enviromnent
2. jar -cfv targetfile.jar [files]
3. java -jar targetfile.jar

Flat View: This topic has 1 reply on 1 page
Topic: Java and IIS Previous Topic   Next Topic Topic: Problem with prepared statement and like operator

Sponsored Links



Google
  Web Artima.com   

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