Questions tagged [exe4j]

exe4j is a Java exe maker that helps you integrate your Java applications into the Windows operating environment, whether they are service, GUI or command line applications.

63 questions
13
votes
9 answers

how to fix EXE4J_JAVA_HOME, No JVM could be found on your system error?

I installed java 64bit 1.7 and exe4j 64bit version. I tried to generate an exe from exe4j, but while running the program I'm having this error. This is how I set up path variable. And this is right jre path. What did I miss here? please let me…
Dil.
  • 1,996
  • 7
  • 41
  • 68
4
votes
4 answers

How can I change the running directory of a program - by setting it in the exe shortcut?

I have an exe process that is running with a shortcut. In the "Start in" property of the shortcut I set it to the folder where all app resources are. The process still looks for files at the location of the exe and not the location written in the…
Bick
  • 17,833
  • 52
  • 146
  • 251
4
votes
3 answers

JAVA_HOME environment variable does not point to JDK or JRE

I've got a problem when starting up java application (.exe) instead of .jar . FYI, I've got a procedure on the track such as installing java (JDK 7 & JRE 7), using environment variables JAVA_HOME & EXE4J_JAVA_HOME. But, when I take a look at control…
syaloom
  • 385
  • 5
  • 10
  • 21
3
votes
1 answer

exe4j high dpi settings

What are the best settings for creating an executable to run on windows 10 with scaling. I have tried setting the DPI-aware on true and false, but nothing seems to have effect. I've also tried several system-properties but without any succes either.…
Bart
  • 61
  • 6
3
votes
1 answer

install4j: Windows Launcher not scaling properly?

We are using installj4 to create Launchers für Windows (7, 8) On hi-resolution devices (like surface pro), the scaling is set to 150%. If we start the application with the install4j generated launcher, the scaling is very bad: The whole application…
Robert
  • 41
  • 1
3
votes
1 answer

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 shutdown button nothing happens, .exe program…
Iftekhar
  • 33
  • 3
3
votes
4 answers

Any way to run an exe made from jar using exe4j from another computer?

I've made a little GUI program to enter contents then send "javamail" to my email. I have to import many jar libraries from javamail-1.4.5 and then I build it (shift + f11) to jar, then use exe4j to make it exe (also add all the jars from the…
Tran Hoai Nam
  • 1,273
  • 2
  • 18
  • 35
2
votes
0 answers

JVM Search fallback for install4j Application

Our Application installed with install4j searches for JavaVM in the Path of EXE4J_JAVA_HOME Environment if our configured JRE isn't available? Is there a way to disable this fallback feature?
Gregor G.
  • 189
  • 8
2
votes
1 answer

Log4j File created but empty

Tried other question answers but couldn't overcome the problem I have xml file for configure the log4j. Two log files are created but files are empty. I cannot write to a file. This is my xml
2
votes
1 answer

How to limit size of redirected stdout in exe4j

We're using install4j/exe4j to create a windows launcher. We configure the redirection of stdout / stderr in Advanced Options / Exe4j Wizard - Redirection. Is it possible to limit the size of the log generated? Or even better: something like the…
mrkstr
  • 86
  • 5
2
votes
1 answer

How do I prevent my exe4j executable being flagged as Bloodhound trojan by Symantec Endpoint?

I created a java application and wrapped it in executable using exe4j version 5, but every time I start the executable the symantec endpoint protection 12 quadrant the exe file because it thinks the executable is bloodhound Trojan. But this problem…
1
vote
1 answer

Exe4J all library?

I managed to solve my problem with Exe4J with "Jar in Exe" mode, after add all my library is working....Now I am looking for any way to add all library at once. Using Exe4J GUI, I did add one by one, but I have much more that 100 library and add one…
1
vote
1 answer

Scrolling SWT Table is slow when running with exe4J

I have an SWT desktop app which is distributed using install4j and runs under exe4j. The app contains a table which displays a list of documents to be downloaded from a server. A thread handles the download and makes call-backs to select the current…
paul
  • 13,312
  • 23
  • 81
  • 144
1
vote
1 answer

Make one of windows service process as user [exe4j]

While you are working with vncserver, you can Install it or run. If you Install it, the service would be installed and after starting the service, two processes would be appear: one is system and the other is process. If you run it, the you don't…
ahad
  • 31
  • 4
1
vote
1 answer

Programs that want to be packaged with exe4j use javaw to run

How to set exe4j to use javaW to execute the program? I tried to use the GUI Application and still use java to run the program, which will cause my program to not execute normally.If you try to rename javaw to java, you will get an environment…
1
2 3 4 5