The Artima Developer Community
Sponsored Link

Java Answers Forum
exe file

3 replies on 1 page. Most recent reply: Jun 12, 2002 5:48 PM by Chris Maguire

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
Borislav

Posts: 4
Nickname: boboes
Registered: Jun, 2002

exe file Posted: Jun 12, 2002 9:54 AM
Reply to this message Reply
Advertisement
Hi I just started to write in Java(using JBuilder)
Can I compile a standalone program as myFirstProgram.exe
p.s I suppouse my question is so stupid...


Chris Maguire

Posts: 4
Nickname: lulu
Registered: Jun, 2002

Re: exe file Posted: Jun 12, 2002 10:26 AM
Reply to this message Reply
I don't believe you can compile it as an exe using any of the jdk tools, but you can with some otpimizers. (I can't speak for JBuilder, but I doubt it)

Compile it to a class file (myClass.class) and then run it with either "java myClass" (note: no .class extension) or run it through JBuilder.

Chris.

Borislav

Posts: 4
Nickname: boboes
Registered: Jun, 2002

Re: exe file Posted: Jun 12, 2002 10:48 AM
Reply to this message Reply
My question was exactly about this optimizers. because I need to use programs(simple tasks such a display some text and math operatiions), wich I wrote, on any machine(with Windows I mean). The variant with aplets running under browser do not satisfy me:)

Thanks in advance Chris

Chris Maguire

Posts: 4
Nickname: lulu
Registered: Jun, 2002

Re: exe file Posted: Jun 12, 2002 5:48 PM
Reply to this message Reply
I used the excelsior jet java optimizer (personal edition or whatever) and found it to work just fine. Compiles the class files into an exe.

Here's the link:
http://www.excelsior-usa.com/jet.html

Flat View: This topic has 3 replies on 1 page
Topic: popup inconsistency Previous Topic   Next Topic Topic: JDBC-ODBC Bridge Driver

Sponsored Links



Google
  Web Artima.com   

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