Making exe files? help plz..

Discussion in 'Programming General' started by 1337Snak3, Mar 2, 2007.

Making exe files? help plz..
  1. Unread #1 - Mar 2, 2007 at 1:12 PM
  2. 1337Snak3
    Referrals:
    0

    1337Snak3 Guest

    Making exe files? help plz..

    How do you make .exe programs?
    Ya i can open notepad,type name of a .bat file and save as name.exe
    But, thats nothing amazing.
    How do you make the double-click open programs as runescape clients,
    calcs?
    Is it possible to make an exe file which runs a scar file?

    Every answer to this exe area accepted!!!!!!
     
  3. Unread #2 - Mar 2, 2007 at 4:28 PM
  4. IRFE
    Referrals:
    0

    IRFE Guest

    Making exe files? help plz..

    Doesn't your pc creates an .exe file when you compile something? Should be in the same folder as you .java (or whatever) file.
     
  5. Unread #3 - Mar 2, 2007 at 4:37 PM
  6. aut0er
    Joined:
    Apr 28, 2005
    Posts:
    131
    Referrals:
    0
    Sythe Gold:
    0

    aut0er Active Member

    Making exe files? help plz..

    lol no, that is a .class file
    a .exe file is much different and cannot be created using java ... please look through visual basic tutorials to make a .exe file

    --Aut0er
     
  7. Unread #4 - Mar 3, 2007 at 4:03 AM
  8. 1337Snak3
    Referrals:
    0

    1337Snak3 Guest

    Making exe files? help plz..

    ty m8
     
  9. Unread #5 - Mar 6, 2007 at 5:24 PM
  10. brush200400
    Joined:
    Jan 21, 2007
    Posts:
    278
    Referrals:
    0
    Sythe Gold:
    0

    brush200400 Forum Addict
    Banned

    Making exe files? help plz..

    this has nothing to do with java
     
  11. Unread #6 - Mar 8, 2007 at 9:21 AM
  12. Sythe
    Joined:
    Apr 21, 2005
    Posts:
    8,071
    Referrals:
    467
    Sythe Gold:
    5,281
    Discord Unique ID:
    742989175824842802
    Discord Username:
    Sythe
    Dolan Duck Dolan Trump Supporting Business ???
    Poképedia
    Clefairy Jigglypuff
    Who did this to my freakin' car!
    Hell yeah boooi
    Tier 3 Prizebox Toast Wallet User
    I'm LAAAAAAAME Rust Player Mewtwo Mew Live Free or Die Poké Prizebox (42) Dat Boi

    Sythe Join our discord

    test

    Administrator Village Drunk

    Making exe files? help plz..

    There are native java compilers but I think they are pretty picky about what libraries you use.
     
  13. Unread #7 - Mar 8, 2007 at 4:52 PM
  14. Puzzle
    Joined:
    May 6, 2005
    Posts:
    846
    Referrals:
    0
    Sythe Gold:
    0

    Puzzle Apprentice

    Making exe files? help plz..

    i always thought java was for web?
     
  15. Unread #8 - Mar 9, 2007 at 1:22 AM
  16. The Dew
    Joined:
    Jan 21, 2007
    Posts:
    176
    Referrals:
    0
    Sythe Gold:
    0

    The Dew Active Member
    Banned

    Making exe files? help plz..

    Java does way more then using it for the web; You can run Java programs on pretty much every popular platform, its also used in Smart phones and cell phones.

    Limewire for instance, was made from Java.
     
  17. Unread #9 - Mar 16, 2007 at 12:49 AM
  18. katcho
    Joined:
    May 27, 2005
    Posts:
    174
    Referrals:
    0
    Sythe Gold:
    0

    katcho Active Member
    Banned

    Making exe files? help plz..

    gjc allows you to compile java source to binaries, but good luck porting something from sun java to something GNU's compiler will accept.
     
  19. Unread #10 - Mar 16, 2007 at 5:20 AM
  20. x⁹
    Referrals:
    1

    x⁹ Guest

    Making exe files? help plz..

    I think the MS Java compiler can make .exe files.
    But you can't use swing (or any other packages that weren't around before JDK 1.3).
     
  21. Unread #11 - Mar 16, 2007 at 7:20 PM
  22. Gab_dC
    Referrals:
    0

    Gab_dC Guest

    Making exe files? help plz..

    The MS Java compiler CAN make exe files, but I thought it didnt matter what version of JDK you had :confused:
     
  23. Unread #12 - Mar 16, 2007 at 8:00 PM
  24. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Making exe files? help plz..

    God I love this topic!

    The Sun Java Compiler DOES compile executable files, just not with the ".exe" extension. The compiler will compile an executable class file which can be ran through cmd, and at the same time, the JDK provides a tool to create executable ".jar" files which can hold multiple executable class files, and can be executed on a double click. Thus making Java a better language, even if it doesn't make .exes, the .jars are much better.
     
  25. Unread #13 - Mar 16, 2007 at 11:44 PM
  26. agent766
    Referrals:
    0

    agent766 Guest

    Making exe files? help plz..

    The Jars are alot like the Exes.
     
  27. Unread #14 - Mar 19, 2007 at 12:40 AM
  28. IcY
    Referrals:
    0

    IcY Guest

    Making exe files? help plz..

    a jar file is just a zip file with a .jar as the extension lol.. so basically when u double click the .jar file, it looks for a manifest file, which tells the java.exe which file to run, or you can just specify a file to run in the jar file from the cmd window.
     
  29. Unread #15 - Mar 19, 2007 at 10:47 PM
  30. katcho
    Joined:
    May 27, 2005
    Posts:
    174
    Referrals:
    0
    Sythe Gold:
    0

    katcho Active Member
    Banned

    Making exe files? help plz..

    If you knew how, you could also make .class files runnable on double click and not "run them through cmd"

    Try "executing" a java .class file without an interpreter. Not so executable now.
     
  31. Unread #16 - May 1, 2007 at 3:49 AM
  32. Firemonkey
    Referrals:
    0

    Firemonkey Guest

    Making exe files? help plz..

    Maybe combine VB6.0 with Java, that would be rather funny.
    I have both so...
     
  33. Unread #17 - May 4, 2007 at 2:39 PM
  34. AwT
    Joined:
    May 4, 2007
    Posts:
    45
    Referrals:
    0
    Sythe Gold:
    0

    AwT Member

    Making exe files? help plz..

    Deleted.
     
  35. Unread #18 - May 4, 2007 at 8:03 PM
  36. T65W9K
    Joined:
    May 4, 2007
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    T65W9K Newcomer
    Banned

    Making exe files? help plz..

    cant do this with java
     
  37. Unread #19 - Jan 9, 2012 at 9:04 PM
  38. hell016
    Joined:
    Jan 9, 2012
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    hell016 Newcomer

    Making exe files? help plz..

    java can't make .exe files.

    if you want to make .exe files, use c++
     
< iBusinessManager | Two unkowns calculator with graphic. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site