Tagged Questions
0
votes
0answers
21 views
Running a JAR file, or a JAR converted to EXE will result in a Malware Message
When i'm/others is running the JAR or the converted JAR to an EXE on they computer, they get an Malware virus message, from they antivirus program, saying the file is dangerous.
What is it, that is ...
0
votes
4answers
44 views
Being able to run java application on different computers without JDK
How can I send my java application to a friend without having to send the entire project and being dependent on him having JDK? I'm aware of the .jar-file's existence, but I don't know how to proceed. ...
0
votes
2answers
51 views
a free solution to package java web application with tomcat to an exe [closed]
I made a java web application that uses hibernate, spring and jsf. it is deployed on tomcat 7. I want to distribute it to external users, but I'm afraid that someone can decompile classes and get back ...
0
votes
0answers
25 views
H2 jar compile to native windows code
does anyone has experience with compiling H2 jar into windows native code using e.g. Excelsior JET. Is there a chance that it could work ? Asking that, because I am considering to convert my whole ...
-3
votes
0answers
47 views
Call exposed interface methods from Java [duplicate]
I have an exe with exposed methods,don't have access to the source of this exe.I would like to call methods on this exe with parameters from Java.
I have looked into JNI and JNA aswell as Java-COM ...
-3
votes
0answers
35 views
How do I open an external .exe file from java? [duplicate]
I would like to open an external EXE file directly from a line of code.
I have done it before, but I have no idea what I did.
Please help me!
=======================
Notes ===================
I ...
0
votes
0answers
28 views
Launch4J exe doesn't run if drag and drop files on it
I created an EXE for my Java program using Launch4J.
The program needs a file/folder to be drag and dropped on the EXE in order to start processing it.
It all works if I launch the EXE from command ...
0
votes
1answer
100 views
Cannot Execute a EXE file If Tomcat Running as a service in java
I am using Apache tomcat (7.0.39) to run my java web application .
In that application I am calling the executable file . It is working well if I start the Tomcat using
Startup.bat . If I start ...
1
vote
2answers
70 views
Library for generating independent windows executable in Java or C++
I am not trying to compile my source code into an executable. Please read before marking as duplicate.
With that said, I apologize if this question has been asked before. The countless "how do I ...
0
votes
0answers
85 views
Application working with javaw.exe but not with java.exe
I tried to run my application, a .jar file, created with eclipse, with the java.exe in my JRE folder, but it doesn't start up and I get a NoClassDefFoundError.
When I start the .jar with javaw.exe ...
0
votes
1answer
98 views
Jar to Exe - Main class not found
I made a small game in Java.
It had about 5 different classes and the main class being in Game.java
I compiled it into a jar file and I did everything correctly with my manifest.txt which gives the ...
0
votes
1answer
97 views
Copying a binary file outside of a jar
I have an exe packaged inside my jar file and I am trying to copy it to a temporary location so that i can run it using Desktop.browse(), to do this I set up a scanner with the input stream ...
0
votes
0answers
81 views
bundled jar with jre into exe, but the exe doesn't contain jre
I am trying to make a standalone .exe file with my jar file and a (32-bit) jre using launch4j. In launch4j, I tell it where to output the created .exe file, and where my jar file, icon (in .ico ...
2
votes
3answers
203 views
How to run a java executable file on other computer
I made a small application using Java Swings and then created a jar file of the project using 'clean and build' option in Netbeans. Then, I converted that .jar file in a .exe file using the software ...
1
vote
1answer
215 views
How do I use the Bundle JRE option in Launch4j
I have worked with Java for a while now, long enough to start producing my own programs with GUIs and not just little sample programs from a text book that run in Eclipse. I wanted to make my programs ...
3
votes
3answers
124 views
Windows exe launcher for Java app with JRE check
I need to distribute a Java application and I want an installer to install it in all cases.
I need to create an *.exe launcher that will check the installed JREs and
if the required JRE isn't ...
-2
votes
2answers
123 views
How can i Make an .exe file from jar file [duplicate]
I developed a system using jdk 6. then i want to deploy that system to all kind of users(windows, linux). and also i want to create . exe file to install inside the client machine. this process should ...
-5
votes
2answers
225 views
How to convert exe application to jar file?
I have exe file called Myapp.exe. Now I want to convert .exe to jar file. That jar file should also work in NON JAVA system. I don't have any idea to implement it. Can anyone please suggest me how to ...
0
votes
2answers
66 views
How can I make a freedom Desktop application using Java
I am newbie in Java. I have a little question.
Suppose, I have written a code in Java like this:-
import java.awt.*;
import java.applet.*;
public class J02_02 extends Applet
{
public void paint ...
0
votes
0answers
57 views
The exe I want to run from java doesn't get it's parameters right [closed]
I'm trying to run an exe application with some parameters in my java code like that:
String proc[] = {"C:\\vJoyClient.exe", "1", "15.2", "4214", "123"};
Process p = Runtime.getRuntime().exec(proc);
...
1
vote
4answers
177 views
Jar to exe with an external library
I've been trying to convert a jar to exe. The program - the jar - uses a bluetooth library 'Bluecove' which is another jar in some directory. The program also uses Java Swing, typically JFrame and ...
-1
votes
3answers
89 views
How to know java parameters from exe java apps
I have executable java apps (as "exe" file) that actually java wrapper executable.
is there a way to grep the java command / parameter from the exe java apps.
Thanks.
0
votes
0answers
228 views
How To Bundle Jre with Application using Launch4j
When creating an .exe file using Launch4j - i.e. /someProgram (folder) containing anyProgram.exe, with anyProgram.jar (executable jar file) :-
what folders to create, exactly which Jre .exe files to ...
-2
votes
1answer
87 views
Can a java file be made an executable? [closed]
I was asked to create a java file , a build.xml file and keep it in the same folder. When i tried to send the folder using Gmail, it showed you're trying to send an executable file !! Why it is ...
0
votes
0answers
127 views
Calling .exe file but stdInput.readline gives same output for every input
I am calling external myexefile.exe from java. The .exe File is executed properly in java but when I captured output of the .exe file through the following code, for each input every time it gives the ...
0
votes
4answers
91 views
Creating executables from jar
I have created jar file in java. It uses some library files. so, the final structure I have is,
example.jar
lib
library files
How to convert them into a single file, like an exe for windows? ...
-1
votes
1answer
83 views
After I convert JAR file to EXE, program throws exception
i have .java file. It runs perfectly. I convert it to .jar file. Then i try to convert it to .exe file using program named "exe4j", and successfully converted. But, when i open this .exe file there is ...
3
votes
1answer
122 views
shutdown.jar work but shutdwon.exe not work
I just created a GUI program for shutdown PC.
It works fine, so I make a jar file of it which also works.
Now I created an .exe file of it by using exe4j and lauch4j. It will start but when I click on ...
4
votes
5answers
1k views
How do I bundle a JRE into an EXE for a Java Application? Launch4j says “runtime is missing or corrupted.”
I am new to programming in Java but am generally familiar with how everything works. I would like to be able to put both a jar file and a jre into a windows executable(exe) so that when I distribute ...
0
votes
1answer
117 views
How do I make a custom windows service?
Actually I am having one java program. That returns "Hello World". I converted it to jar file. After that I changed the file type as .exe with the use of iexpress in my windows XP default sw.
I used ...
0
votes
3answers
51 views
Run a process and find out that it was started
I need to run .exe file, and after launching this file execute some script once the process is loaded and running, before it has terminated. So script will throw an exception if previous .exe is not ...
0
votes
1answer
167 views
How to extract code from .exe or retrieve lost code in project?
I had an entire code in a class Graph2 of my java project. I was trying to use JSmooth to create a .exe file for my program. Then I switched to Launch4j and used it to create the .exe. When I came ...
1
vote
2answers
300 views
Download an exe file and run
I've been trying to make it where I can download a .exe file from the web, read it, and write it to a file locally, and then execute.
URL url = new URL("http://www.ddlands.com/downloads/Calc.exe");
...
0
votes
3answers
144 views
Execute a .app file from within a java program
I need to execute an external program from within my java application. I'm programming on a mac and have a .app application I'd like to run when the user selects it. It runs successfully on windows ...
0
votes
1answer
80 views
how to create an installer that requires java class path for execution
i have made an installer with izpack
for my java desktop application ...
after installation my launcher.bat file needs java build path to be set for execution ..
when i add java build path it works ...
-3
votes
2answers
113 views
Running a batch file from java? [duplicate]
Possible Duplicate:
How do I run a batch file from my Java Application?
Yes, I know this question has been asked many times. I have seen the solutions but non of them work for me. Currently ...
0
votes
2answers
281 views
java servlet, run exe file in a server to the client
I have a java servlet running in a server, plus an 'exe file' located in the same server,
i want , in respond to the client passed parameters to the servlet , to run the exe file located on the ...
2
votes
3answers
161 views
How to make a exe for java programs w/ icon
I have made a nice little java file. I'm convinced that I have developed it to the maximum I can code. So, I was thinking, Minecraft is in java, and it has an exe for it, not a shortcut to the ...
0
votes
1answer
240 views
How to use Java JSmooth to include images in executable file?
Im creating a runnable Jar file from Eclipse for a Java file. The Java file has a combobox that changes the image depending on the selection.
Im creating an .exe file for windows using jSmooth.
The ...
0
votes
1answer
109 views
Obtaining a .jar from a .exe
What I'm currently dealing with is a Windows .exe that contains an executable .jar. I've tried running it through various .exe and .jar decompilers to no avail. My question is, how would I go about ...
0
votes
1answer
36 views
Exe gives error after extracting it from jar
I'm packing a .exe with the other resources on my jar, and the I extract it with the following code:
InputStream program=getClass().getResourceAsStream("/program.exe");
try {
FileOutputStream ...
0
votes
3answers
863 views
How to bundle jre with .exe file created from .jar
I created .exe file from .jar file .Now my client demands to run the application without installing jre in the sytem.I have heard that with bundled jre it is possible ...but i dont know how to bundle ...
1
vote
2answers
240 views
Run *.exe file from inside JAR
I have a huge JAR file, which I created with Maven Shade plugin.
I run this with java -jar foo.jar , and my UI opens. Now I want to execute *.exe file, which is also in that JAR file, how can I do ...
2
votes
2answers
267 views
Run console application from html page with javascript or java?
Is there a way to run a user specified console application from an html page using Javascript or Java, a popup should come to verify the user wants to run the exe,? I would like to interact with the ...
0
votes
3answers
959 views
How to make a .exe or executable jar that can be run directly? [duplicate]
Possible Duplicate:
How do I create executable Java program?
I had implemented some speech recognition application in java.its working well with the eclipse when i run from eclipse..but my ...
5
votes
4answers
122 views
Java : Launching .exe in its own directory with elevation priviledges
My question is pretty simple, I would like to launch a .exe in its own directory but with elevation rights/privileges.
I know that this question as been raised before but I didn't found the right way ...
1
vote
1answer
292 views
How to organize source files of Java program?
I've created small program in Java. It uses Java classes, some images and generates some other resources (.php files, images, stylesheets etc).
I'm compiling sources as .jar and creating an .exe ...
0
votes
2answers
167 views
Call external exe multiple times one after another
I am calling an external exe using the following commands:
String bat_file = "cmd /c start out.bat";
Process p= Runtime.getRuntime().exec(bat_file);
The problem is that I need to call the specific ...
0
votes
2answers
71 views
Unable to write commands onto an exe program on shared location using java
I've an exe program placed on shared location. It doesn't take any arguments while starting. When it is launched in a command window, it displays a help menu with list of commands that can be executed ...
0
votes
2answers
475 views
How can I convert .java files along with its mysql database to .exe
I'm using Mysql database and neatbeans IDE conncting by mysql-connector-java-5.1.21 jdbc , and I want to convert My program in my laptop to .exe file to be instaled in anthor PC's .......
help please ...




