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
1
vote
2 answers

Jwrapper fails with bad class version for java 7 invokedynamic when there's no java 7 anywhere in sight

I'm trying to build my jwrapper application, and it fails with WARNING: Error on output: java.io.IOException: bad class major version for Java 7 invokedynamic ********************************** * BUILD FAILED …
Henry Crutcher
  • 2,137
  • 20
  • 28
1
vote
1 answer

Stream closed error using JWrapper

I have a single jar-file I'm trying to wrap with JWrapper. After a while into the process I receive this error. Seems to have nothing with pack200 to do. I can use pack200 on the file manually, and I've excluded the file from pack200. It's whatever…
Frans
  • 1,389
  • 2
  • 16
  • 28
1
vote
1 answer

jwrapper runtime error BadDrawable

I built a jwrapper offline file. ./applicationXX-linux64-offline Files get unpacked but it stops with a runtime error at the splash screen. [HttpDownloader] RGB - ALPHA Image found [Splash] Got image of size: 600 x 260 +13 [Extractor] Showing…
Peter
  • 11
  • 2
1
vote
1 answer

JWrapper example application fails to launch on Mac OS X 10.8.5

I'm trying to use jWrapper with Java 8, but I don't understand how to set up the JREs. As a test I specified (I'm On Mac OS X 10.8.5) on my JWrapper config .xml file: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/ but this…
nyholku
  • 456
  • 3
  • 15
1
vote
1 answer

How can I tell JWrapper to only build the 64-bit version of app on Mac?

I want to build a 32-bit and 64-bit application for Windows and Linux, but only a 64-bit application for Mac, Currently my app .xml file looks like this: JRE-1.7/win32/jre1.7.0_05
simonbtc
  • 11
  • 1
1
vote
0 answers

JWrapper icons on a Linux system

We use JWrapper for deployment of some of our desktop apps. I must say I am quite impressed with JWrapper, the ease of use and the features it provides. We develop mostly in Linux environments but our clients use mostly Windows. We use JavaFX for…
Phaestion
  • 63
  • 8
0
votes
1 answer

Unable to launch JWrapper under MacOS High Sierra

We have an application that, up until today's High Sierra update, was running fine under MacOS. Now it will update, but not run the application. We also note that JWrapper.app also doesn't run under High Sierra. Here is a log snippet - does anyone…
Mark
  • 45
  • 1
  • 4
0
votes
1 answer

Can I compile a Java App to a single binary that runs on Linux?

There shouldn't be any additional requirements to configure a JRE or JAVA_HOME and all that. I'd like to bundle a jre (ideally the IBM JRE) within the binary. I've looked at the following tools: JWrapper: Seems to require a splash screen which I…
kutuzof
  • 660
  • 1
  • 7
  • 22
0
votes
1 answer

Which order? ProGuard + JWrapper + Launch4J

I understand that StackOverflow is geared towards answering specific questions and avoiding subjective opinion. I feel that my question(s) have only one correct answer and therefore I’m posting here. I’ve created a Java desktop app (JavaFX) which I…
Mathomatic
  • 899
  • 1
  • 13
  • 38
0
votes
0 answers

JWrapper Compilation error

The JWrapper team has graciously evaluate the software using their trial license. Unfortunately, while compiling my application using the latest version of JWrapper as of this time (version 00041299173), and with encryption/protection enabled, it…
0
votes
1 answer

JWrapper Build Failed OutOfMemoryError

I am running this build through the JWrapperApp. When ever I try and build my 86.7Mb .jar file, it gets to the step of adding the .jar file to archive then fails with a java.lang.OutOfMemoryError. I have tried only building for one OS at a time, as…
0
votes
1 answer

JWrapper app crashes on all versions of OSX on load

I have a cross-platform Java app that I am deploying to Linux/Windows/OSX. Linux and Windows have been working fine for several months. I just went to test OSX, and I am finding that the JWrapper standalone offline launcher always crashes when I go…
Sam Johnson
  • 624
  • 1
  • 7
  • 20
0
votes
1 answer

How to detect running app from JWrapper bundle and pass commandline arguments to it

We have recently decided to move our application deployment over to JWrapper and have started dealing with the smaller changes required to implement all the features for our tool. In particular, we have a custom protocol that we handle using the…
Katalyst
  • 471
  • 4
  • 10
0
votes
1 answer

Not able to convert applet to Jwrapper app

I have an applet project which loads sensor dlls and loads sensor gui in web page,using jwrapper i am able to build the project and create 2 files FutronicAppEmbed.js FutronicAppEmbed.html ,but when i am running this FutronicAppEmbed.html nothing is…
0
votes
1 answer

JWrapper splash screen not disappearing on El Capitan

I've been using JWrapper for about a year now with no problems. Now, on one user's machine with Mac OS X El Capitan, almost everytime I release a new version of my software the JWrapper splash screen on first launch never goes away until the system…
nyholku
  • 456
  • 3
  • 15