This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256722 - Java 8 native packaging does NOT produce exe, nor with Inno Setup or WiX Toolset
Summary: Java 8 native packaging does NOT produce exe, nor with Inno Setup or WiX Toolset
Status: REOPENED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P2 normal with 1 vote (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-21 19:05 UTC by dado023
Modified: 2015-12-11 20:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans 8.1 Output(Clean and Build; Package as EXE Installer) (651.22 KB, text/plain)
2015-11-23 18:02 UTC, dado023
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dado023 2015-11-21 19:05:46 UTC
Steps to Reproduce:
1) Create project: File-> New Project( JavaFX ( JavaFX FXML Application ) )

2) First select your project then; Open project properties: File-> Project Properties

3) When in Project properties, in Build, Deployment category, make sure you check(turn on) Enable Native Packaging, also make sure JDK 8 for Source/Binary Format is selected, press OK.

4) Run Clean and Build Project

5) Right click on your project, select Package as EXE Installer, or even MSI Installer

Once you do the steps above, packaging will start, but it will never actually finish nor it will produce EXE file....i tried to wait for an hour, but same result.

I am using:

Inno Setup 5.5.6
WiX Toolset 3.10.1
NetBeans IDE 8.1 (Build 201510222201)
Java SE Development Kit 8u66 x64 (jdk-8u66-windows-x64.exe)
Java: 1.8.0_66; Java HotSpot(TM) 64-Bit Server VM 25.66-b18
Runtime: Java(TM) SE Runtime Environment 1.8.0_66-b18
System: Windows 7 64bit version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 dado023 2015-11-21 19:07:50 UTC
I do apologize of any information is missing, but i am java beginner, and this is my first time reporting a bug for NetBeans :\
Comment 2 Jiri Prox 2015-11-23 14:26:37 UTC
Can you please attach content of the output window?
Comment 3 dado023 2015-11-23 18:02:52 UTC
Created attachment 157461 [details]
NetBeans 8.1 Output(Clean and Build; Package as EXE Installer)
Comment 4 dado023 2015-11-23 18:07:32 UTC
(In reply to Jiri Prox from comment #2)
> Can you please attach content of the output window?

Hi Jiri,

thank you for your response.

As you requested, i have attached output from Netbeans.
http://i.imgur.com/VtCcZZA.png
I hope it will help in resolving this problem.

Thank you in advance
Dan