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 270754 - Error while trying to create project in NB 8.2
Summary: Error while trying to create project in NB 8.2
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 01:23 UTC by jenkins.p.t
Modified: 2017-05-29 05:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jenkins.p.t 2017-05-29 01:23:28 UTC
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Lexical error at line 58, column 0.  Encountered: <EOF> after : "\");\n      primaryStage.setScene(scene);\n      primaryStage.show();\n   }\n\n   /*===========================================================================\n    * @param args the command line arguments\n    ==========================================================================*/\n   public static void main(String[] args) {\n      launch(args);\n   }\n}\n" in Templates/javafx/FXMain.java

Will not create project even though I used NB to delete the project with all its contents.  Seems that the project is still in memory and isn't being allowed to be created a second time, even after rebooting.

This happens even when there is no code in the editor.

Have installed the latest Scene Builder version.