The Artima Developer Community
Sponsored Link

Java Answers Forum
exe from a java class file.

1 reply on 1 page. Most recent reply: Dec 24, 2002 4:09 PM by abdullah

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
Neva Mohammad

Posts: 28
Nickname: neva
Registered: Apr, 2002

exe from a java class file. Posted: Apr 6, 2002 12:18 AM
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?


abdullah

Posts: 1
Nickname: abusecret
Registered: Dec, 2002

Re: exe from a java class file. Posted: Dec 24, 2002 4:09 PM
Reply to this message Reply
hello and thank u in advanced
my problem is to create an exe file with java
if u can handel me i'd be very glade

Flat View: This topic has 1 reply on 1 page
Topic: Tree Editor for HTML Outlines Previous Topic   Next Topic Topic: SSL Communication in java

Sponsored Links



Google
  Web Artima.com   

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