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.52
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 11 12 Next › Last »

kd0bpv commented on 2014-12-31 17:03 (UTC)

I'm confirming dumphblooz's error. Also, this seem to be the cause for the reports of " /wrapper/java-service-wrapper/src/wrapper_3.5.25_src/build.xml:713: exec returned: 2" compile-c-unix: [echo] Build native components using 'make' and Makefile: Makefile-linux-x86-64.make [exec] if test ! -d .deps; then mkdir .deps; fi [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -pthread wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c -lm -o ../../bin/wrapper [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -c wrapperjni_unix.c [exec] Makefile-linux-x86-64.make:48: recipe for target 'wrapperjni_unix.o' failed [exec] In file included from wrapperjni.h:33:0, [exec] from wrapperjni_unix.c:44: [exec] org_tanukisoftware_wrapper_WrapperManager.h:2:17: fatal error: jni.h: No such file or directory [exec] #include <jni.h> [exec] ^ [exec] compilation terminated. [exec] make: *** [wrapperjni_unix.o] Error 1 BUILD FAILED /tmp/yaourt-tmp-mark/aur-java-service-wrapper/src/wrapper_3.5.26_src/build.xml:713: exec returned: 2

5chdn commented on 2014-12-28 21:54 (UTC)

Hi, could you add 'cunit' to build deps, please? :: Building java-service-wrapper package(s)... ==> Making package: java-service-wrapper 3.5.26-1 (Sun Dec 28 22:50:44 CET 2014) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... error: target not found: cunit ==> ERROR: 'pacman' failed to install missing dependencies. :: java-service-wrapper cleaned

dumphblooz commented on 2014-12-19 10:11 (UTC)

[exec] org_tanukisoftware_wrapper_WrapperManager.h:2:17: fatal error: jni.h: No such file or directory [exec] #include <jni.h>

skydrome commented on 2014-12-18 02:28 (UTC)

is this another x64 only issue again?

<deleted-account> commented on 2014-12-16 23:54 (UTC)

Please add the 'classpath' package as a dependency or else this will not build. A courtesy glibc would help too. And then please bump it to 3.5.26-2 so we can get the update. Thanks.

<deleted-account> commented on 2014-12-16 23:53 (UTC)

Please add the 'classpath' package as a dependency or else this will not build. A courtesy glibc would help too. Thanks.

sekret commented on 2014-12-14 18:55 (UTC)

There are also missing dependencies: depends=('glibc' 'java-environment') (according to namcap those are required)

GI_Jack commented on 2014-12-14 02:10 (UTC)

needs the classpath package. plz add. kthnx

The_Keeper commented on 2014-11-27 17:10 (UTC)

export JAVA_HOME=/usr/lib/jvm/default fixes the problem