简体   繁体   English

Java桌面应用程序与32位jre的兼容性

[英]Java desktop app compatibility with 32 bits jre

i want to do a stand alone application using sqlite. 我想使用sqlite做一个独立的应用程序。 The application should help to manage an inventory. 该应用程序应有助于管理库存。

  1. I need my application runs on pc with the next features: 我需要在PC上运行具有以下功能的应用程序:
    • 32 bits windows 7 OS, Java 8 update 25 32位Windows 7 OS,Java 8更新25
    • 32 bits windows 7 OS, Java 7 update 25 32位Windows 7 OS,Java 7更新25
  2. I don't have any administrator permission on computer listed above. 我没有上面列出的计算机上的任何管理员权限。
  3. My computer has NetbeansIDE 8.2, 64 windows 10 OS, Java 8 update 111, Java SE 8 update 101, Java SE 7 update 79. 我的计算机具有NetbeansIDE 8.2、64 Windows 10 OS,Java 8更新111,Java SE 8更新101,Java SE 7更新79。

Do i need any admin permission to run my app?, What should i do to run my app on 32 bits OS? 我需要任何管理员权限才能运行我的应用程序吗?如何在32位操作系统上运行我的应用程序?

First of all, the Client PCs should have a JRE of a Newer or a similar version of the JDK you used to create the application. 首先,客户端PC的JRE应该为您用于创建应用程序的JDK的更新版本或类似版本。

You can create a windows executable using Launch4J which is able to specify the JRE version and the Architecture. 您可以使用Launch4J创建Windows可执行文件,该可执行文件可以指定JRE版本和体系结构。

Launch4J截图

Please refer to the documentation. 请参考文档。 You'll get a better understanding. 您将获得更好的理解。

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

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