Plz help? how to make exe of java prg.

how can i make exe file of .class files. so that it may run automatically. Do i need jdk at the system at which it running ?

how can i make exe file of .class files. so that it
may run automatically. Do a search for for this. It is discussed here every day. It has beeen answered often. Try using a search. While you are at it, look up JARs too 'cause they may be an easier/better way to go.
Do i need jdk at the system at
which it running ?No. You may need the JRE(JVM) though, if you use JARs or the .class files directly.

Similar Messages

  • I deleted my download folder by accident  i waz moving it and it just deleted it and showed this smoke. i found it in my trash so put it on my dock then clicked on it and it shows preview?! plz help how do i get it back!!!

    i deleted my download folder by accident  i waz moving it and it just deleted it and showed this smoke. i found it in my trash so put it on my dock then clicked on it and it shows preview?! plz help how do i get it back!!!

    You need to restore the folder using the (Put back) selection (CTRL click).

  • Plz help, how do i make .sis work on my phone

    hey everyone i would be very grateful if you can help me on how to make .sis files work on my phone[k750i], i tried to convert it into a jar nd then put in on my phone but it still didnt work.im kinda new and i dont know how to make .sis files work on my k750i.HELP! plz........

    .sis is a symbian program, not a java file of any sorts. You can't get it to work on k750i or any sony ericsson phone.
    This is a forum for java developers, not for you.

  • How to make .exe file in java swing

    dear friends;
    i am working on a project. I want to create a setup file so that we can install our software any where on the system and for that I have to make .exe file. pls gide me for making .exe file
    thanks and regards
    shashi_vns007

    prigas wrote:
    Make a .jar which is javas equivalent to .exe.Then for the "..setup file.." offer the end user a JWS *(<- link)* based launch that will offer desktop integration (desktop shortcut and menu item) as well as access to automatic updates and much more. JWS will, of course, also work for Mac and Linux OS's.

  • How to make exe

    Hello friends,
    I want to make an executable and a setup file for my Java pojects.
    plz help me,

    Hello jain_abhilash,
    This is surely possible but definitely not desirable. Several tools offer you the ability to create Windows/x .exe files with varying degrees of success. The big reason for using Java is: Java is Cross Platform! If your application runs only on Windows/x or will never be turned into a Java Applet you probably should be looking at some native language like C/C++.
    Your main concern seems to be about having to install a Java Runtime Environment but so would any native tool unless you are going to bundle the supporting libraries need into each application rather than factoring them out into a single Dynamic Link Library (DLL). So if you plan on having two or more applications you either install a DLL or you start to waste space with application bloat.
    The other implied reason for using an .exe file is that an .exe file would be significantly faster than Java byte code, but this is not true with The Java HotSpot virtual machine (VM). The Java HotSpot VM raises the bar on performance by combining a fast, stable virtual machine and advanced adaptive-optimization technology. Additional features of the Java HotSpot VM include inlining, garbage collection and improved thread synchronization to provide unparalleled performance for applications written in the Java programming language.
    With Java to native code compiler you loose platform independence and don't gain much performance. So Java's Cross Platform capabilities combined with its high performance HotSpot VM make it the superior choice to .exe files. Also these tools generally do not keep pace with the latest JDKs and the features that you may interested in may not be currently supported.
    See JOVE compiler from http://www.instantiations.com
    or
    TowerJ from http://www.towerJ.com
    or
    JET... from http://www.excelsior-usa.com/home.html
    Also Microsoft's jexegen (which is included in the Microsoft SDK). jexegen supports JDK 1.4 and does not support swing. Visual J++ or Microsoft's Java software development kit (SDK) are downloadable from Microsoft's website.
    Other possible solution are WebGain's Visual Cafe and IBM's Visual Age.
    And finally see Duckware's java2exe.
    This is by no means an exhaustive list and there are many other freeware and shareware solutions available.

  • Please help : How to make the anomalistic table just like below?

    Hi all,
    How to make the anomalistic table just like below? Anyone can give the way detail or thoughtway ?
    http://61.132.17.188/webber/table.gif

    This is just a suggestion.
    If you put your "JTable" in a "JScrollPane", then you can add any "java.awt.Component" to the corner of the "JScrollPane" -- using the "setCorner()" method (of "JScrollPane").
    I would suggest making a custon "JPanel" and overriding its "paintComponent()" method to draw a diagonal line (and the required text) on it.
    You can find out more about how to do this from the links I provided in my first reply.
    Hope this helps.
    Good Luck,
    Avi.

  • How To make un killable java application even by task manager ?

    Hi,
    Anybody help me how to we make un killable java application(applet).
    Thanks in Advance
    Mayan Alagar
    [email protected]

    Mayan_Alagar wrote:
    Anybody help me how to we make un killable java application(applet). Why do you think you need that?
    Tell us what problem you are trying to solve
    instead of asking how to implement how you think it should be solved.

  • How to make a GUI java portlet?

    how can i make a Gui java portlets with JDeveloper?

    Check out the Portal Development Kit (PDK) available at http://portalstudio.oracle.com/
    Hope this helps,
    Rob

  • My Iphone4 will turn off, and it is not on, plz help how to switch on or what is the problem

    Hi,
    My iphone 4 will turn off on its own and It will not turn on, plz help me

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Help: how to make photo enlargements?

    hi there, i'm am currently constucting a website using iweb. i have managed to create a photo page with all the thumbnails i need.
    can anyone tell me how to make it so when someone clicks on a particular thumbnail and enlargement or the actual size of the photo opens up in a separate window as you find in regular galleries?
    also, is this an effective method, or does it take up a lot more memory when uploading the site, or would it just be better to have larger thumbnails that are more visable?
    any help is appreciated, thanks!
    MacBook2,1   Mac OS X (10.4.8)  

    This should be already happening if you are using a photo page template.

  • How to make exe application

    Please anybody tell me if we can make a exe application of java files.
    Many thanks in advance

    u cant make exe files from java class files but yes u can make executable jar files.
    bundel your class files into a jar which runs as an exe on double clicking.
    jar cfv jarFile classfiles.... or other files like image files
    allll the best
    arun

  • Plz help: how to Add a lens profile ? (mac)

    hello
    i am having problems with the lens profile.
    i am working with raw images and when i open in phoshop cs6 (on Mac) and click on lens correction
    cant detect what lens i m using (is the canon 16-35 mm) it just gives me option from other canon lens but not this one
    when i click search online - doesnt work as well.
    i even downloaded the Adobe lens profile downlaoder and find the profile for the lens and downloaded it but still doesnt apper in photoshop lens correcton.
    when i open the image in lens correction in the info box under the image gives all the correct info what camera and lenses are used !! but why there isnt any lenses avalable to select when tried to edit the image??
    please help how to Add a lens profile from Adobe lens profile downlaoder or how to add in anather way  canon lenses.
    thank you

    can anyone help please?

  • Help:How to make static text in JTextField??

    How to make a text to be displayed initially on a JTextField, yet we can not change the text (so the text
    is static)?
    The other question:
    How to make an input mask so that a JTextField
    has input pattern of XXX.XXX.XXX.XXX
    (which is the mask of IP Address) ??
    What I know that limiting input in JTextField can be done
    by extending PlainDocument....what about the cases above??
    Please reply if you know.
    Thanks a lot,
    Ted.

    For the first question, just call setEditable(false).

  • How to make Exe file of java program

    how we can make the exe file of java programs. that can run independently of particuler JVM. like in VB we can create exe files.
    - early thanks

    Check this out:
    http://search.java.sun.com/search/java/index.jsp?qp=%2B
    orum%3A31&nh=10&qt=create+exe+file+program&col=javaforu
    s

  • How to make exe files from java files

    Ohhh, so you thought you were going to answer that question? Well I already know the answer, i.e. all the tricks with the jar files or the programs which convert java programs into executable programs.
    The reason why I asked this question was to start a discussion concerning question which are frequently asked in the forums. Wouldn�t it be nice to have like statistics over the most faq here, and of course one or several pages with the answers to these questions? This would solve 2 problems:
    1) The person who wants to ask the question can find the answer and the solution quickly.
    2) The forums would not be packed with the same questions all the time.
    I mean, you must admit that the questions regarding �exe files� are asked a lot of times.
    Happy coding to ya all!
    /TM

    Yeah thats my point! these questions should be moved
    to a special page, where the answer to theam areDid you the whole message? I said there are FAQs.

Maybe you are looking for