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: 143
Popularity: 0.000003
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 »

skydrome commented on 2016-08-07 05:02 (UTC)

@Colibris, you need the jdk archlinux-java set java-8-openjdk

Colibris commented on 2016-07-23 12:03 (UTC)

Hello, I have a build error. compile-java-warn: [echo] ********************************************************************** [echo] * WARNING [echo] * The jar is being built for Java version 1.7. This will not be [echo] * compatible with older JVMs. [echo] ********************************************************************** compile-java:core: [mkdir] Created dir: /tmp/yaourt-tmp-colibris/aur-java-service-wrapper/src/wrapper_3.5.29_src/build/classes [mkdir] Created dir: /tmp/yaourt-tmp-colibris/aur-java-service-wrapper/src/wrapper_3.5.29_src/build/testclasses [mkdir] Created dir: /tmp/yaourt-tmp-colibris/aur-java-service-wrapper/src/wrapper_3.5.29_src/lib BUILD FAILED /tmp/yaourt-tmp-colibris/aur-java-service-wrapper/src/wrapper_3.5.29_src/build.xml:563: 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-jre/jre" Total time: 1 second Maybe I'm doing something wrong, sorry to flood if that's the case. Thanks for any answer :)

cemsbr commented on 2015-08-27 05:24 (UTC)

Please, add cunit to the dependencies.

skydrome commented on 2015-07-09 02:24 (UTC)

i fixed the build on x64 by not building the unit tests.

<deleted-account> commented on 2015-07-08 21:25 (UTC)

Hi, I'm getting this build error *with* classpath installed (x86_64 Arch): init:msg: [echo] ********************************************************************** [echo] * About to build a 64-bit version of Java Service Wrapper Community 3.5.26. [echo] * The OS Name is "linux", resolved from "Linux". [echo] * The Architecture is "x86", resolved from "amd64". [echo] * The distribution name will be: wrapper-linux-x86-64-3.5.26 [echo] ********************************************************************** update-info-c: [copy] Copying 1 file to /tmp/yaourt-tmp-ugi/aur-java-service-wrapper/src/wrapper_3.5.26_src/src/c compile-c-unix-check: compile-c-unix: [mkdir] Created dir: /tmp/yaourt-tmp-ugi/aur-java-service-wrapper/src/wrapper_3.5.26_src/bin [mkdir] Created dir: /tmp/yaourt-tmp-ugi/aur-java-service-wrapper/src/wrapper_3.5.26_src/test [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 wrapper_i18n.c [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] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -c wrapperinfo.c [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -c wrapperjni.c [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -c loggerjni.c [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -shared wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o -o ../../lib/libwrapper.so [exec] gcc -O3 -fPIC -Wall --pedantic -DLINUX -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE -DCUNIT testsuite.c test_example.c test_javaadditionalparam.c test_hashmap.c test_filter.c 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 -pthread -L/usr/local/lib -lncurses -lcunit -o ../../test/testsuite [exec] testsuite.c:21:29: fatal error: CUnit/Automated.h: No such file or directory [exec] compilation terminated. [exec] test_example.c:15:25: fatal error: CUnit/Basic.h: No such file or directory [exec] compilation terminated. [exec] test_javaadditionalparam.c:15:25: fatal error: CUnit/Basic.h: No such file or directory [exec] compilation terminated. [exec] test_hashmap.c:15:25: fatal error: CUnit/Basic.h: No such file or directory [exec] compilation terminated. [exec] test_filter.c:15:25: fatal error: CUnit/Basic.h: No such file or directory [exec] compilation terminated. [exec] wrapper.c:51:25: fatal error: CUnit/Basic.h: No such file or directory [exec] compilation terminated. [exec] Makefile-linux-x86-64.make:42: recipe for target 'testsuite' failed [exec] make: *** [testsuite] Error 1 BUILD FAILED /tmp/yaourt-tmp-ugi/aur-java-service-wrapper/src/wrapper_3.5.26_src/build.xml:713: exec returned: 2 Total time: 18 seconds ==> ERROR: A failure occurred in build(). Aborting... Please confirm whether it's a general issue or it's just me.

<deleted-account> commented on 2015-03-28 02:20 (UTC)

Can you please change the source url to https? Thank you. And yes, please include classpath as a dependency. It's been over 3 months since our first request.

<deleted-account> commented on 2015-03-28 01:51 (UTC)

Can you please change the source url to https? Thank you. And yes, please include cunit as a dependency. It's been over 3 months since our first request.

GI_Jack commented on 2015-01-08 17:27 (UTC)

jni.h is included in the 'classpath' package. for everyone who gets a failed build, pacman -S classpath. It will build with that. again, can we get this made a dependency?

gim commented on 2015-01-04 10:45 (UTC)

I experience the same build error for quite a while, so I had to add it to pkgignore. Today I tried to build this again and it seems error is still not fixed. http://slexy.org/raw/s2DH55ALjD