• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

.exe in Java

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi All,
Can anyone plz help me out how to make an .exe file of .class file in JAVA.
Thanks in advance.
Regards,
Shailendra.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can try out using the J2Exe utility(even i don't know much about it).run a search on it and you'll find many such free/sharewares for that purpose
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
there is a tool called j2exe that can be helpful to you,
cu
gv
 
Ranch Hand
Posts: 301
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun's Forte launch is a .exe, so certainly there must be something in the Java packages to handle this operation? I'm a little confused... how could we have stand alone Java applications without an inherent way of clicking on an icon. I'm sure most of us don't launch applications from the DOS prompt? If I'm missing something, please point it out to me...
------------------
I'm a soldier in the NetScape Wars...
Joel
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try JToExe at http://www.bravozulu.com/Products/JToExe/Download/download.html
its pretty good.
regards Subu
 
Subramaniam Krishnan
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One way of running a Java Application by directly double clickin on it is by making .bat file for the aplication. My doubt here is that if my application opens in a browser how does on give the URL in the address bar ? Any help ?
subu
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
making a stand alone app with a clickable icon is really quite simple.
Make sure you have your paths setup correctly though.
Create a shortcut and make the target read something like this:

Then in the Start In directory enter the directory structure where your classfile is located:

Then go find a pretty icon on the internet and set it as the icon for the shortcut.
The javaw.exe will also keep you from getting the ugly DOS prompt or DOS window when it starts...I do it all the time.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guy ranch and great veera:
Please note that your names are a violation of the JavaRanch naming standard. We require that you use real (or at least not obviously false) names. Thank you.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is free tool for non-comersial use.
Visit http://www.geocities.com/j2exe
It's well done
 
Ranch Hand
Posts: 1078
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This thread was over two years old.
 
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will I be able to create a exe file for a swing application as well?
 
Drove my Chevy to the levee but the levee was dry. A wrung this tiny ad and it was still dry.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic