gpt4 book ai didi

java - 为什么我的 JavaFX 应用程序启动如此缓慢?

转载 作者:搜寻专家 更新时间:2023-10-30 21:07:37 28 4
gpt4 key购买 nike

我的 JavaFX 应用程序总是比 Swing 应用程序启动慢得多。比小型应用程序可接受的慢得多。

这是“正常”还是我必须在某处进行更改?

编辑:我听说一些代理问题可能会影响 JavaFX 应用程序的启动时间,但我不确定如何调试它。

最佳答案

根据您的评论,我发现缓慢问题是由 autoproxy configuration 引起的.

NetBeans 7.4有一个选项可以解决这个问题。那是一个新的选择。我认为它不存在于 NetBeans 7.3 中。

NetBeans 7.4

检查生成的 jar,选项 JavaFX-Feature-Proxy: None 被添加到 MANIFEST.MF


* Run the same application from the command line as
java -jar MyApp.jar

* This way you can see actual exceptions and trace messages (if any).

* Pass "-Djavafx.verbose=true" to enable verbose output from the embedded launcher.

* If your application starts slow, then it could be due to network configuration.
Try disabling the autoproxy configuration by passing "-Djavafx.autoproxy.disable=true" to see if it helps.

关于java - 为什么我的 JavaFX 应用程序启动如此缓慢?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20599322/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com