Search Criteria
Package Details: launch4j 3.12-3
Git Clone URL: | https://aur.archlinux.org/launch4j.git (read-only) |
---|---|
Package Base: | launch4j |
Description: | Cross-platform Java executable wrapper |
Upstream URL: | http://launch4j.sf.net |
Keywords: | java |
Licenses: | |
Submitter: | fi-dschi |
Maintainer: | sflor |
Last Packager: | sflor |
Votes: | 16 |
Popularity: | 0.028585 |
First Submitted: | 2008-03-15 21:36 |
Last Updated: | 2018-07-03 12:58 |
Dependencies (2)
- glibc (glibc-git)
- java-runtime (server-jre, jdk5, zulu-jdk, jdk9-openj9-bin, jdk7, jre7, jre6, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk10-openjdk-openj9-bin, jre8-openjdk-shenandoah, jdk9, jre9, jdk8-j9-bin, jre8-openjdk-jetbrains, jdk-devel, jdk8-openj9-bin, jdk11-openj9-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk10, jdk-arm, jre10, jdk8, jdk6, jre8, jdk-dcevm, jre, jdk8-arm, jdk8-arm64, graal-bin, java-openjdk-ea-bin, intellij-jdk, jre-openjdk, jre10-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
Bleuzen commented on 2018-06-20 09:34
Hi, would it be possible to use the x64 version?
newsboost commented on 2017-10-25 08:33
Thanks a lot sflor, I didn't thought it was a general problem/bug as I have not used it before. Appreciate fast response and until now, I'll just execute it like this (oneliner): PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH launch4j
sflor commented on 2017-10-24 14:03
https://sourceforge.net/p/launch4j/bugs/172/
Doesn't seem to work with Java 9.
newsboost commented on 2017-10-24 13:59
I've downloaded this - I have no experience with launch4j. But I think this is not the intended behaviour:
$ launch4j
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.thoughtworks.xstream.XStream.<init>(XStream.java:145)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:181)
at com.thoughtworks.xstream.XStream.<init>(XStream.java:169)
at net.sf.launch4j.config.ConfigPersister.<init>(ConfigPersister.java:73)
at net.sf.launch4j.config.ConfigPersister.<clinit>(ConfigPersister.java:66)
at net.sf.launch4j.Main.main(Main.java:58)
Caused by: java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 1
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3116)
at java.base/java.lang.String.substring(String.java:1885)
at com.thoughtworks.xstream.core.JVM.getMajorJavaVersion(JVM.java:25)
at com.thoughtworks.xstream.core.JVM.<clinit>(JVM.java:12)
... 6 more
??????
Something seems wrong...
$ pacaur -Qiv launch4j
Root : /
Conf File : /etc/pacman.conf
DB Path : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Hook Dirs : /usr/share/libalpm/hooks/ /etc/pacman.d/hooks/
Lock File : /var/lib/pacman/db.lck
Log File : /var/log/pacman.log
GPG Dir : /etc/pacman.d/gnupg/
Targets : launch4j
Name : launch4j
Version : 3.11-1
Description : Cross-platform Java executable wrapper
Architecture : x86_64
URL : http://launch4j.sf.net
Licenses : custom
Groups : None
Provides : None
Depends On : java-runtime lib32-glibc
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 14.60 MiB
Packager : Unknown Packager
Build Date : Tue 24 Oct 2017 01:24:46 PM CEST
Install Date : Tue 24 Oct 2017 01:24:53 PM CEST
Install Reason : Explicitly installed
Install Script : No
Validated By : None
As nothing else is broken on my system, I think maybe this package needs to be updated?
shpelda commented on 2014-02-03 14:09
Please link /opt/launch4j/launch4j from /bin so that it is available on PATH after install.
Red_Squirrel commented on 2013-12-24 12:02
Done, thank you for the tip
stef312 commented on 2013-12-24 09:03
Please add 'staticlibs' in options :
options=('!strip' 'staticlibs')
Otherwise, files in opt/launch4j/w32api/ are removed.
Thanx,
stef312
Red_Squirrel commented on 2013-08-21 09:21
Updated to 3.1.0 beta2
Red_Squirrel commented on 2013-02-19 14:04
Adopted and updated the package to the latest release ;)