简体   繁体   English

Windows的Java独立可执行文件

[英]Java Standalone executable for windows

Is it possible to run a java application without JDK installed on Windows? 是否可以在Windows上未安装JDK的情况下运行Java应用程序? Maybe there is a way to wrap the libraries inside it 也许有一种包装库的方法

没有JDK是,但是没有JRE否-假设分布式Java应用程序是.jar文件。

The client machine need to have the JRE installed. 客户端计算机需要安装JRE。

There are some ways to embed the JRE and JVM inside your app with avian 有一些方法可以通过禽类将JRE和JVM嵌入应用程序中

Take a look in another thread as well: 看看另一个线程:

Packaging Java apps for the Windows/Linux desktop 打包用于Windows / Linux桌面的Java应用程序

Embed a JRE in a Windows executable? 在Windows可执行文件中嵌入JRE?

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

相关问题 通过Java代码一次为Windows,OSX和Linux创建独立的可执行文件 - Create standalone executable from Java code for Windows, OSX and Linux all at once 如何使用 Java/Eclipse 创建 Windows.exe(独立可执行文件)? - How can I create a Windows .exe (standalone executable) using Java/Eclipse? 无法在独立Java可执行文件中使用WorldWind - Unable to use WorldWind in Standalone Java Executable 在Eclipse中运行独立的Java可执行文件导致NoClassDefFound - running standalone java executable in eclipse results in NoClassDefFound 创建不需要 java 命令的 100% 独立可执行 jar - creating 100% standalone executable jar that doesn't require the java command 无需安装即可为不同平台创建独立的 Java 可执行文件 - Create standalone Java executable for different platforms without installation 如何从java代码创建* standalone * linux可执行文件 - How to create a *standalone* linux executable from java code 在Windows上运行Java独立应用程序(作为服务) - Run a Java standalone application on Windows (as a service) 使JAR作为独立的可执行文件 - Make JAR as a standalone executable 将动态Java应用程序重新编译为本地Windows可执行文件 - Recompiling a dynamic Java application to a native Windows executable
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM