如何在install4j上设置体系结构?
问题描述:
我的Java应用程序依赖于某些本机库.因此,我需要创建特定于架构的deb(即,我需要将架构"字段设置为amd64或x86).如何使用install4j做到这一点?
My java application depends on some native libraries. So I need to create an architecture-specific deb (i.e. I need to set the Architecture field to amd64 or x86). How can I do this with install4j?
答
很抱歉,它不能非常准确地回答您的问题,但是您已经可以使用此示例,用正确的体系结构替换全部".
Sorry if it doesn't answer to your question very accurately but you can already create an architecture-specific Debian package with JDeb. Look at this example, replace "all" by the correct architecture.