2

現在、JavaFX アプリケーションを開発しています。以前は Netbeans 7.4 を使用していましたが、現在は Netbeans 8.0.2 に切り替えています。新しい IDE でプロジェクトを実行した後、次のエラーが発生しました。

C:\projects\client\QueueBoard\nbproject\build-impl.xml:87: The J2SE Platform is not correctly set up.
Your active platform is: default_platform, but the corresponding property "platforms.default_platform.home" is not found in the project's properties files. 
Either open the project in the IDE and setup the Platform with the same name or add it manually.
For example like this:
ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.default_platform.home" in a .properties file)
or ant -Dplatforms.default_platform.home=<path_to_JDK_home> jar (where no properties file is used)
BUILD FAILED (total time: 0 seconds)

これをどのように解決しますか?

4

1 に答える 1