You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (Jira)" <ji...@apache.org> on 2019/10/28 13:37:00 UTC

[jira] [Resolved] (NETBEANS-3284) IllegalArgumentException: Key contains code point U+0000

     [ https://issues.apache.org/jira/browse/NETBEANS-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Kishalmi resolved NETBEANS-3284.
---------------------------------------
    Resolution: Information Provided

This issie happens due to a JDK change: [https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8075156]

The solution is to get a clean user directory when you are ready to run NetBeans on JDK above Java8.

See: https://stackoverflow.com/questions/51244824/exception-creating-new-maven-project-in-apache-netbeans9

> IllegalArgumentException: Key contains code point U+0000
> --------------------------------------------------------
>
>                 Key: NETBEANS-3284
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3284
>             Project: NetBeans
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Laszlo Kishalmi
>            Priority: Major
>
> I open this new issue to collect several incarnation of this bug/feature.
> It seems Java changed how it is writing preferences on Windows between Java 8 and Java 9.
> This most probably triggers this issue when someone creates a Maven or Ant project under Java 8 and then tries to open it on Java 9 or later.
> The resolution is to empty the userdir where the preferences are being saved.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists