[jira] [Comment Edited] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-07-31 Thread Emile Brinkman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897255#comment-16897255
 ] 

Emile Brinkman edited comment on NETBEANS-2452 at 7/31/19 2:52 PM:
---

Thanks Ernestas. Setting endorsed.classpath to an empty value solved my 
problem. I could also remove the property element in build-impl.xml. I use 
Apache NetBeans 11.1 with OpenJDK 11.0.3.


was (Author: e.s.brink...@amc.uva.nl):
Thanks Ernestas. Setting endorsed.classpath to an empty value solved my 
problem. I use Apache NetBeans 11.1 with OpenJDK 11.0.3.

> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Platform, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



[jira] [Commented] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-07-31 Thread Emile Brinkman (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16897255#comment-16897255
 ] 

Emile Brinkman commented on NETBEANS-2452:
--

Thanks Ernestas. Setting endorsed.classpath to an empty value solved my 
problem. I use Apache NetBeans 11.1 with OpenJDK 11.0.3.

> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Platform, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Component/s: java - Platform

> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Platform, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project back to JDK1.8. It 
seems that Apache NetBeans has hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "--patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project back to JDK1.8. It 
seems that Apache NetBeans has hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To 

[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "--patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project back to JDK1.8. It 
seems that Apache NetBeans has hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project back to JDK1.8. It 
seems that Apache NetBeans has hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "--patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To 

[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project back to JDK1.8. It 
seems that Apache NetBeans has hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project to JDK1.8. It seems 
that Apache NetBeans has hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project back to 
> JDK1.8. It seems that Apache NetBeans has hardcoded -Xbootclasspath 
> internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, 

[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. I am not able anymore to run this class 
even when I change the Source/Binary format of the project to JDK1.8. It seems 
that Apache NetBeans has hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. I am not able anymore to run this 
> class even when I change the Source/Binary format of the project to JDK1.8. 
> It seems that Apache NetBeans has hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For 

[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to "-Xbootclasspath/p" when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to "-Xbootclasspath/p" when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. It seems that Apache NetBeans has 
> hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" to "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" tot "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" to "-patch module java.base=" that 
> NetBeans automatically overwrites it back to -Xbootclasspath/p when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. It seems that Apache NetBeans has 
> hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Affects Version/s: 9.0
   10.0

> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 9.0, 10.0, 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" tot "-patch module java.base=" that 
> NetBeans automatically overwrites it back to -Xbootclasspath/p when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. It seems that Apache NetBeans has 
> hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is however still used in the 
ANT build-impl.xml file under endorsed.classpath.path. The problem is that if 
you change "-Xbootclasspath/p:" tot "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is used in the ANT 
build-impl.xml file under endorsed.classpath.path. The problem is that if you 
change "-Xbootclasspath/p:" tot "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is however still used in 
> the ANT build-impl.xml file under endorsed.classpath.path. The problem is 
> that if you change "-Xbootclasspath/p:" tot "-patch module java.base=" that 
> NetBeans automatically overwrites it back to -Xbootclasspath/p when you 
> change properties of a project. -Xbootclasspath/a and -Xbootclasspath also 
> don't work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. It seems that Apache NetBeans has 
> hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)
Emile Brinkman created NETBEANS-2452:


 Summary: -Xbootclasspath/p is no longer a supported option
 Key: NETBEANS-2452
 URL: https://issues.apache.org/jira/browse/NETBEANS-2452
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Execution
Affects Versions: 11.0
 Environment: OpenJDK 11
Reporter: Emile Brinkman
Assignee: Emile Brinkman
 Fix For: 11.0


I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The -Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is used in the ANT 
build-impl.xml file under endorsed.classpath.path. The problem is that if you 
change "-Xbootclasspath/p:" tot "--patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
{{Error: Could not create the Java Virtual Machine.}}
{{Error: A fatal exception has occurred. Program will exit.}}
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
{{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-2452) -Xbootclasspath/p is no longer a supported option

2019-04-23 Thread Emile Brinkman (JIRA)


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

Emile Brinkman updated NETBEANS-2452:
-
Description: 
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is used in the ANT 
build-impl.xml file under endorsed.classpath.path. The problem is that if you 
change "-Xbootclasspath/p:" tot "-patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
 {{Error: Could not create the Java Virtual Machine.}}
 {{Error: A fatal exception has occurred. Program will exit.}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
 
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
 {{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 

  was:
I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
OpenJDK 11. The -Xbootclasspath option is no longer supported bij JDK11 and 
apparently has to be changed to --patch-module. It is used in the ANT 
build-impl.xml file under endorsed.classpath.path. The problem is that if you 
change "-Xbootclasspath/p:" tot "--patch module java.base=" that NetBeans 
automatically overwrites it back to -Xbootclasspath/p when you change 
properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't work.

I also get the following error when running a class even when I changed 
everything to --patch module:

{{-Xbootclasspath/p is no longer a supported option.}}
{{Error: Could not create the Java Virtual Machine.}}
{{Error: A fatal exception has occurred. Program will exit.}}
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
 The following error occurred while executing this line:}}
{{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
 Java returned: 1}}
{{BUILD FAILED (total time: 0 seconds)}}

Removing the cache folder doesn't help. It seems that Apache NetBeans has 
hardcoded -Xbootclasspath internally?

 


> -Xbootclasspath/p is no longer a supported option
> -
>
> Key: NETBEANS-2452
> URL: https://issues.apache.org/jira/browse/NETBEANS-2452
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Execution
>Affects Versions: 11.0
> Environment: OpenJDK 11
>Reporter: Emile Brinkman
>Assignee: Emile Brinkman
>Priority: Major
>  Labels: patch
> Fix For: 11.0
>
>
> I have upgraded from NetBeans 8.2 and JDK1.8 to Apache NetBeans 11.0 and 
> OpenJDK 11. The Xbootclasspath option is no longer supported bij JDK11 and 
> apparently has to be changed to --patch-module. It is used in the ANT 
> build-impl.xml file under endorsed.classpath.path. The problem is that if you 
> change "-Xbootclasspath/p:" tot "-patch module java.base=" that NetBeans 
> automatically overwrites it back to -Xbootclasspath/p when you change 
> properties of a project. -Xbootclasspath/a and -Xbootclasspath also don't 
> work.
> I also get the following error when running a class even when I changed 
> everything to --patch module:
> {{-Xbootclasspath/p is no longer a supported option.}}
>  {{Error: Could not create the Java Virtual Machine.}}
>  {{Error: A fatal exception has occurred. Program will exit.}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:}}
>  
> {{C:\Users\user1\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:94:
>  Java returned: 1}}
>  {{BUILD FAILED (total time: 0 seconds)}}
> Removing the cache folder doesn't help. It seems that Apache NetBeans has 
> hardcoded -Xbootclasspath internally?
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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