The Artima Developer Community
Sponsored Link

Java Answers Forum
jexegen - not working - does it support Swing? java.io.*?

0 replies on 1 page.

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 0 replies on 1 page
Neva Mohammad

Posts: 28
Nickname: neva
Registered: Apr, 2002

jexegen - not working - does it support Swing? java.io.*? Posted: Apr 6, 2002 9:41 PM
Reply to this message Reply
Advertisement
I have a JFrame application. It's not within a project. I would like to create an exe from it. I am using jexegen with the following commands:
jexegen /out:Maths1.exe /main:Maths1 Maths1.class Maths1$EventListen.class

and yet the exe that is created does not start. It displays a message but I the screen does not stay long enough for me to see it. I have not made any changes in my source code to accomodate the exe. When I read up on it over the internet none of the articles mentioned needing to change the source code, and none of their examples had anything in their source code that accomodated an exe.
The application is GUI, it takes in user input and writes to a *.csv file which it creates if there is none there.
Can someone help me out?

Topic: Rewrite client server applications Previous Topic   Next Topic Topic: JPopMenu does not come up

Sponsored Links



Google
  Web Artima.com   

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