Package Details: java-service-wrapper 3.5.59-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: Salama
Last Packager: Salama
Votes: 144
Popularity: 0.39
First Submitted: 2011-09-28 06:51 (UTC)
Last Updated: 2024-10-03 13:19 (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 .. 6 7 8 9 10 11 12 Next › Last »

MRWITEK commented on 2013-06-22 20:43 (UTC)

Maybe that would be better to take source from sourceforge because wrapper.tanukisoftware.com is down now.

skydrome commented on 2013-05-29 17:53 (UTC)

haagch: all fixed

Atsutane commented on 2013-05-29 16:58 (UTC)

The ln -s line at the end of the package function lacks a ${pkgdir}. ln -s "${pkgdir}/usr/share/java/wrapper-${pkgver}.jar" "${pkgdir}/usr/share/java/wrapper.jar"

haagch commented on 2013-05-23 13:03 (UTC)

It says armv6h in arch, but it doesn't seem to have a makefile for it. On Raspberry pi it fails: [echo] * Unable to locate a makefile for the current platform. Looking for: [echo] * Makefile-linux-arm-32.make

skydrome commented on 2013-05-09 20:16 (UTC)

you should get gcc and make when you pacman -S base-devel It is assumed base-devel is installed for aur packages

<deleted-account> commented on 2013-05-09 12:00 (UTC)

make and gcc should be added into dependencies. a mint system does not have those and it took me something around 15mins to remember that. was getting an error on something on the lines of [make]: "no such file or directory"

core_sum commented on 2013-04-02 18:16 (UTC)

Ok, issue solved. Compiling perfectly. Thank you very much for the fast react =)