Sto provando a creare un'applicazione JavaFX (pacchetto nativo) per i sistemi WinXP a 32 bit.Impossibile creare un pacchetto nativo per l'applicazione JavaFX su WinXP a 32 bit
Ho distribuito una macchina virtuale WinXP a 32 bit. Hanno anche installato il JDK (JDK-8u65-windows-i586) e InnoSetup e Netbeans 8.0.2 ...
Tuttavia, mentre io sto cercando di confezionare come applicazione .EXE che ricevo:
Exception: java.io.IOException: Cannot run program "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\iconswap2855415551655584734.exe": CreateProcess error=193, %1 is not a valid Win32 application
C:\Documents and Settings\Administrator\My Documents\Netbeans Projects\AffideaDicomRouterBasic1_0_0\nbproject\jfx-impl.xml:3415: The following error occurred while executing this line:
C:\Documents and Settings\Administrator\My Documents\Netbeans Projects\AffideaDicomRouterBasic1_0_0\nbproject\jfx-impl.xml:3438: The following error occurred while executing this line:
C:\Documents and Settings\Administrator\My Documents\Netbeans Projects\AffideaDicomRouterBasic1_0_0\nbproject\jfx-impl.xml:1465: The following error occurred while executing this line:
C:\Documents and Settings\Administrator\My Documents\Netbeans Projects\AffideaDicomRouterBasic1_0_0\nbproject\jfx-impl.xml:3093: The following error occurred while executing this line:
C:\Documents and Settings\Administrator\My Documents\Netbeans Projects\AffideaDicomRouterBasic1_0_0\nbproject\jfx-impl.xml:2055: Error: Bundler "EXE Installer" (exe) failed to produce a bundle.
BUILD FAILED (total time: 35 seconds)
Is il mio setup ok? Mi manca qualcos'altro?
ho pensato che, al fine di creare un'applicazione JavaFX per WinXP32 dovrei solo:
- costruire su un simile (WinXP32) macchina
- utilizzare l'edizione X86 JDK
Tuttavia questo non sembra essere abbastanza!
In realtà sto cercando di costruire anche alcuni dei campioni JavaFX piene di NetBeans e sto anche ricevendo lo stesso errore – thanili
Ho anche provato con JDK 7 Edizione a 32 bit senza successo. Mi chiedo cosa mi sia mancato ... – thanili
Windows XP non è supportato dalle versioni correnti di JavaFX. (O meglio, Microsoft.) –