在64位计算机上创建32位JavaFx本机捆绑包 [英] Creating 32 bit JavaFx Native Bundle in 64 bit machine

查看:215
本文介绍了在64位计算机上创建32位JavaFx本机捆绑包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的机器和IDE具有以下配置

I have my machine and IDE with following configuration

产品版本:NetBeans IDE 7.2(内部版本201207171143) Java:1.7.0_07; Java HotSpot(TM)64位服务器VM 23.3-b01 系统:在amd64上运行的Windows 7版本6.1; cp1252; zh_(nb)

Product Version: NetBeans IDE 7.2 (Build 201207171143) Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01 System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

在构建过程中创建的JavaFx捆绑包(.exe)为64位.我的用户使用的是32位计算机,因此我需要创建32位的捆绑软件.有什么办法可以使用我的机器创建32位exe文件?

The JavaFx bundle (.exe) created during build is of 64 bit. My users are in 32 bit machine so I need to create bundles in 32 bit. Is there any way I can create 32 bit exe files using my machine

尝试向下定位32位JDK,并在项目属性中指向相同的对象,但是我不确定该exe是否以32位创建,因为在任务管理器中,应用程序不知道旁边的* 32.

Tried downloding 32 bit JDK and pointed the same in the project properties but i am not sure if the exe created in 32 bit or not because in task manager the application does not know *32 next to it.

推荐答案

您可以使用32位JDK:

You can by using a 32bit JDK:

    <fx:platform basedir="C:\Program Files (x86)\Java\jdk1.8.0_121"/> 

这篇关于在64位计算机上创建32位JavaFx本机捆绑包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆