The Artima Developer Community
Sponsored Link

Java Answers Forum
convert .class to .exe

2 replies on 1 page. Most recent reply: Jul 26, 2004 1:13 AM by urmi

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 2 replies on 1 page
urmi

Posts: 3
Nickname: urmi
Registered: Jul, 2004

convert .class to .exe Posted: Jul 21, 2004 5:28 AM
Reply to this message Reply
Advertisement
I want to run .class file from windows environment, but cmd.exe or command.com should not appear.

Does anyone know how to do it?

Thanks in advance.

Urmi


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: convert .class to .exe Posted: Jul 21, 2004 11:52 PM
Reply to this message Reply
javaw myApplication


javaw does not open a command line window.

urmi

Posts: 3
Nickname: urmi
Registered: Jul, 2004

Re: convert .class to .exe Posted: Jul 26, 2004 1:13 AM
Reply to this message Reply
thanks...it works!!

Flat View: This topic has 2 replies on 1 page
Topic: Converting ArrayList to String Array Previous Topic   Next Topic Topic: program on easter sunday

Sponsored Links



Google
  Web Artima.com   

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