简体   繁体   English

如何为Java Web应用程序创建安装程序

[英]How to create an installer for java web application

How to create an installer for java web application that will install postgresql, jre and tomcat alongwith the application itself? 如何为Java Web应用程序创建安装程序,该安装程序将与应用程序本身一起安装postgresql,jre和tomcat? Thanks in advance. 提前致谢。

It depends on the platform. 这取决于平台。 For Windows, I'd look at InnoSetup: 对于Windows,我将看一下InnoSetup:

http://www.jrsoftware.org/isinfo.php http://www.jrsoftware.org/isinfo.php

NSIS is easy and configurable. NSIS易于配置。 Take a look at it 看一看

http://nsis.sourceforge.net/Main_Page http://nsis.sourceforge.net/Main_Page

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

相关问题 如何在单个安装程序中为Java EE Web应用程序创建安装程序? - How to create an installer for a Java EE Web application in a single installer? 如何为Java应用程序创建安装程序? - How do I create an Installer for a Java Application? 如何更改数据库连接以为Java应用程序创建安装程序? - How to change the database connection to create an installer for a java application? 如何为Java应用程序以及在mysql中创建的数据库创建安装程序包 - How to create an installer package for java application along with database created in mysql 如何为在Netbeans(java)中创建的应用程序创建安装程序文件? - How to create an installer file for an application created in Netbeans(java)? 如何为Java应用程序创建Mac安装程序? - How do I create a Mac installer for my Java application? 如何使用Visual Studio为Java应用程序创建安装程序 - How to create installer for java application using visual studio 使用 MySQL DB 完成 Java 桌面应用程序后,如何创建安装程序? - How to create installer once finished with Java Desktop Application with MySQL DB? 使用Windows Installer分发Java Web应用程序 - Distribute a java web application using windows installer 如何制作Java应用程序的安装程序 - how to make installer for java application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM