简体   繁体   English

64 位 linux 上的 JavaServiceWrapper,有什么问题吗?

[英]JavaServiceWrapper on 64bit linux, any problems?

We've been using the 32bit linux version of the JavaServiceWrapper for quite a while now and it's working perfectly.我们已经使用JavaServiceWrapper的 32 位 linux 版本有一段时间了,它运行良好。 We are now considering also using it on 64bit linux systems.我们现在正在考虑在 64 位 linux 系统上也使用它。 There are downloads for 64bit binaries on the website, but looking into Makefile for the 64bit version I found the following comment, though: # This makefile is in progess.网站上有 64 位二进制文​​件的下载,但在查看 64 位版本的 Makefile 时,我发现了以下评论:# 这个 makefile 正在进行中。 It builds, but the resulting libwrapper.so does not yet work.它构建了,但生成的 libwrapper.so 还不能工作。 # If you know how to fix it then please help out. #如果你知道如何修复它,请帮忙。

Can anyone confirm, that this comment is just outdated and the resulting wrapper will work without flaws?任何人都可以确认,此评论只是过时并且生成的包装器可以正常工作吗?

Fromhttp://wrapper.tanukisoftware.org/doc/english/introduction.html :http://wrapper.tanukisoftware.org/doc/english/introduction.html

Binary distributions are provided for the following list of platforms and are available on the download page.为以下平台列表提供了二进制分发版,可在下载页面上找到。 Only OS versions which are known to work have been listed.仅列出了已知可用的操作系统版本。

(snip...) (剪辑……)

  • linux - Linux kernels; linux - Linux 内核; 2.2.x 2.4.x, 2.6.x. 2.2.x 2.4.x、2.6.x。 Known to work with Debian and Red Hat, but should work with any distribution.已知适用于 Debian 和 Red Hat,但应该适用于任何发行版。 Currently supported on both 32 and 64-bit x86, and 64-bit ppc systems.目前支持 3264 位x86 以及 64 位 ppc 系统。

在过去一年左右的时间里,我让它在 64 位 red hat 上运行,没有任何问题。

Take a look at http://yajsw.sourceforge.net/ .看看http://yajsw.sourceforge.net/

It's free and rather compatible reimplementation of TanukiSoftware Java Service Wrapper featuring free 64-bit support.它是 TanukiSoftware Java Service Wrapper 的免费且相当兼容的重新实现,具有免费的 64 位支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM