Package Details: java-service-wrapper 3.5.54-1

Git Clone URL: https://aur.archlinux.org/java-service-wrapper.git (read-only, click to copy)
Package Base: java-service-wrapper
Description: Enables a Java Application to be run as a Windows Service or Unix Daemon
Upstream URL: https://wrapper.tanukisoftware.com/doc/english/introduction.html
Licenses: GPL2, custom:tanuki-community
Submitter: None
Maintainer: erikol
Last Packager: skydrome
Votes: 144
Popularity: 0.82
First Submitted: 2011-09-28 06:51 (UTC)
Last Updated: 2023-11-08 23:50 (UTC)

Dependencies (2)

Sources (1)

Pinned Comments

skydrome commented on 2020-02-06 04:41 (UTC) (edited on 2020-02-06 04:44 (UTC) by skydrome)

pacman.conf

[home_skydrome_Arch]
Server = https://download.opensuse.org/repositories/home:/skydrome/Arch/x86_64

Add key

wget https://download.opensuse.org/repositories/home:/skydrome/Arch/x86_64/home_skydrome_Arch.key
pacman-key --add home_skydrome_Arch.key
pacman-key --lsign-key 2e4b3a0b799d7113

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

phaseburn commented on 2018-04-23 00:36 (UTC)

Build fails when using jdk10-openjdk, as that package doesn't provide bin/javah (https://www.archlinux.org/packages/extra/x86_64/jdk10-openjdk/files/).

Builds just fine when using jdk9-openjdk.

produnis commented on 2018-02-04 16:56 (UTC) (edited on 2018-02-04 16:56 (UTC) by produnis)

BUILD FAILED

/home/p/.cache/pacaur/java-service-wrapper/src/wrapper_3.5.34_src/build.xml:533: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath.

Perhaps JAVA_HOME does not point to the JDK.

It is currently set to "/usr/lib/jvm/java-8-openjdk/jre"

skydrome commented on 2018-01-30 10:26 (UTC)

sry, unintended. Forgot about arm, reverted back

loser137 commented on 2018-01-25 13:25 (UTC)

I had to modify the PKGBUILD for building this on armv7h. "uname -m" returns "armv7l" but ant wants to see "armhf".

skydrome commented on 2018-01-24 16:09 (UTC)

added aarch64

<deleted-account> commented on 2018-01-23 19:01 (UTC)

"In that case your can also set _arch to aarch64 when $CARCH = aarch64."

I meant

"In that case your can also set _arch to x86 (apparently this seems to build it just fine) when $CARCH = aarch64."

<deleted-account> commented on 2018-01-23 18:54 (UTC)

This also works on aarch64. Please add aarch64 to arch and change the build() line to [[ "$CARCH" = "x86_64" || "$CARCH" = "aarch64" ]] && _bits=64 || _bits=32. In that case your can also set _arch to aarch64 when $CARCH = aarch64.

alphazo commented on 2017-03-08 13:30 (UTC)

Would anyone have a PKGBUILD for aarch64 handy?