Questions tagged [jwrapper]

JWrapper is a semi-commercial wrapper to ease the deployment of Java applications on multiple platforms.

JWrapper is a semi-commercial wrapper to ease the deployment of Java applications on multiple platforms. It provides the creation of native executable files.

http://www.jwrapper.com/

61 questions
0
votes
1 answer

JWrapper JWSystem.forkVirtualApp()

The JWrapper support page directed me to ask this question here so: I've successfully used JWrapper to create deployment files for my application. A lot of command line stuff is involved and I want to cut down on these. My question is, will the…
Adam Law
  • 542
  • 1
  • 7
  • 21
0
votes
1 answer

JWrapper online installation failure in coordination with Google Drive or DropBox

I have been attempting to use JWrapper for deployment of a Java application that I'm developing, but I have been unable to succeed in getting the "online" Windows installation of my application to work in coordination with either Google Drive's…
0
votes
1 answer

Can we integrate jwrapper with any continous integration tools (like jenkins, etc...)

Can we integrate jwrapper with any continous integration tools (like jenkins, etc...) Could you please provide the information.. Thanks Venkatesh M
0
votes
1 answer

JWrapper application not running correctly

I am using the beta application for JWrapper to create the XML file. Following this page there are no errors: http://www.jwrapper.com/getting-started.html The program is bundled into application files that can be run. But when run it appears they…
Dreamtime
  • 83
  • 6
0
votes
2 answers

JWrapper to build java application

I tried to use Jwrapper to create exe from jar file that was created with JDeveloper. ezDBA- windows32-offline in build directory is not working. It only showed logo and then hung. Can anyone please tell me what is wrong? Batch file to run…
hw16046
  • 11
  • 1
  • 2
0
votes
1 answer

possible to change build directory in jwrapper?

when I use ANT to invoke the jwrapper task, is there a possibility to (re-)define the build directory ? jwrapper uses automatically "build" and this collides with the existing build task and folder structure... Thank you! Peter
Peter
  • 11
  • 2
0
votes
1 answer

jwrapper Install and encryption issues

we just started playing with jwrapper and we have couple of questions . 1)Is it possible to install the application in the same directory where we click on the installer instead of installing in APPData/Roaming folder . 2) Is it possible to delete…
0
votes
1 answer

jwrapper splash screen shrinks splash image

We have an image with a blue background that we use for a splash screen above the jwrapper splash logo, however, when jwrapper builds the exe, the logo is slightly shrunk and there is a white border around it. Is there any way to fix this?
yemista
  • 433
  • 5
  • 15
0
votes
1 answer

Why JWrapper JRE does not include javaws

Why JWrapper JRE does not include javaws file, even when I using tag NoStripJREs=true. How to run jnlp file using JWrapper JRE, like run another application via jnlp in runtime.
Highlander
  • 73
  • 6
0
votes
1 answer

jwrapper command line apps

I need to package an app that can be invoked either double-click, or on the command line. Jwrapper, however, runs the app in the background, dumps a bunch of log info into the terminal, and sends stdout to a log file, making it unusable on the…
user1009908
  • 1,390
  • 13
  • 22
0
votes
1 answer

jwrapper chokes on META-INF directory

Trying jwrapper on a project, it fails like so: ********************************** * BUILD FAILED * ********************************** ** Reason: (see stacktrace below) java.lang.IllegalArgumentException: Non-empty directory:…
user1009908
  • 1,390
  • 13
  • 22
0
votes
1 answer

Fatal Error building Java apps with JWrapper

I have exported a jar (non-executable) from Eclipse 4.4 Luna as shown and have tried to use JWrapper to produce native apps for Windows, OSX and Linux. The command I used in terminal was My-MacBook-Pro-:JWrapper me$ java -Xmx512m -jar…
admrply
  • 159
  • 3
  • 16
0
votes
1 answer

wrapper-00031607960 works on windows and linux, app is not launched on Mac, but jnlp works

JWrapper seems to work perfectly for us on Windows, and Linux (we are deploying with jre1.8.0_25 on all platforms), but on mac the application unpacks ok, so far as I can tell, but it never actually runs on mac -- the installer mumbles (in its log…
Henry Crutcher
  • 2,137
  • 20
  • 28
0
votes
0 answers

What are the JRE version requirements of JWrapper?

I'm trying to get my online JWrapper installers to use the system JRE, however they always end up downloading a JRE resulting in tens of GB a day of download traffic. In the log I see the following log messages: +161 [Extractor] Checking JRE…
0
votes
1 answer

Using JWrapper to build java application

Need some inputs on below points. Thanks in advance. We have deployed our project using JWrapper in Mac version. For a latest upgrade installation, I have been trying to just replace the updated jars files (from other Mac OS) to check for a delta…