convert « Windows « Java I/O Q&A





1. How can I convert my Java program to an .exe file?    stackoverflow.com

If I have a Java source file or class file (*.class). How can I convert it to an .exe file? I also need an installer for my program. Is there is an open ...

2. How to create an exe file in java    stackoverflow.com

Hi I want to create an exe file for my java app. I tried with some third party softwares JEXECreator, successfully created the exe file and its working fine in my system, ...

5. convert java application to exe file    coderanch.com

You can create the setup.exe file for a java application using some tools like installshield, installJammer, installanywhere. But these softwares are not freeware. And one more problem is like, the user who installs your java application should have the JRE. So its not applicable in small applications. Example, I have created one Calculation application. Only one class is there that extends ...

7. converting java file from linux to windows    dbforums.com

i'm developing sound editor using Java and i'm using Eclipse as my editor. and now my problem is i've been using linux for develop my program but i need to make a copy in windows too.. so, can anyone help me in this problem..?? how can i convert this file into windows??? :: thanx ::

8. Convert .java into a program i.e. .exe file    java-forums.org

hello as mentioned above, I was wondering if I could convert my .java file into a program that can be used by any computer, and run it directly instead of using netbeans to run it. I have searched online and the use of JNI's seems to be one solution which I have no experience in, is there a simpler way i.e. ...

9. converting 8.3 charcter windows file name to long path name    forums.oracle.com

well to make it easier to explain, i have java program that have a file folder associated with it in windows.. whenever i rightclick there will be a option for the user to change the filename.. after the user clicks it, the folder name will be changed, and the previous name of the folder will be stored inside the folder it ...





10. HOw to convert .java files to .dll files    forums.oracle.com

I have problem i.e i have some .java files with their .class files, and those files i wants to use in in my VB script file for that i wants to convert those .java files in to .dll files... anyone can help me in this ,wether is it posible to use .dll files in to VB Script... so plz tell me ...

11. Converting java to an exe file    forums.oracle.com

Do you see that search box on the left? <--- That left! We had so many threads about that topic. * Search before Posting: Especially if you are in a hurry, you may find that the question has already been asked and answered during the long history of the Forums. * Know the basics: Read this FAQ and the basic trails ...

12. hwo to convert java classs file to exe file    forums.oracle.com

Hello Satheesh.subramaniam, Your source-code is translated by the compiler into "byte-code". This platform-independent byte-code will be executed by the platform-dependent Java-Virtual-Machines, which are available for (nearly) all platforms. So by using Java you might not wish to compile Your code into something platform-dependent. You may want to ask Your users to install a Java-Runtime-Environment. Sincerly Thorsten

13. converting .java file to .exe file    forums.oracle.com

Hi Friends i developed one simple application which is only saving the personal information,such as name,address,E-mails,phone numbers etcs. but how can it installed on the machines where jvm(Java Virtual Machine) is not installed. i know that the compressed file of java is known as JAR(Java Archive) but it also not installed throwing the error of manifest file not found is there ...

14. Convert Java into a dll file    forums.oracle.com

dll which stands for Dynamic Link Library, is specific to windows and dos I believe, and so attempting to make a change like the one you request will break the ability of a program to work on mult OSs. There are several exe conversion utilities out there, but I haven't seen a dll conversion one, but then again, I haven't been ...

15. convert Java Project to exe file    forums.oracle.com

Helloz everyone, I have completed a java project. Now I have to convert it in exe file for windows. Can u please guide me. I can use any third party tool. But I want that it can be installed on any computer whenever double clicked and it make a icon. Whenever user click on that icon then it run the application. ...