[jira] [Commented] (NETBEANS-3655) NB-Javac linkage error with JDK 14, can't generate class file version 58.65535

2020-01-03 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch commented on NETBEANS-3655:


Thanks for the info. Is there an issue or epic I can track to follow this 
development?

> NB-Javac linkage error with JDK 14, can't generate class file version 58.65535
> --
>
> Key: NETBEANS-3655
> URL: https://issues.apache.org/jira/browse/NETBEANS-3655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 14-ea; OpenJDK 64-Bit Server VM 14-ea+29-1384
> Runtime: OpenJDK Runtime Environment 14-ea+29-1384
> System: Mac OS X version 10.15.2 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2
>Reporter: Stephen Bannasch
>Priority: Major
>  Labels: jdk14, nbjavac
>
> Using NB 11.2 on macos 10.15.2 and am using JEP 354: Switch Expressions so am 
> compiling with JDK 14.
> {noformat}
> openjdk 14-ea 2020-03-17
> OpenJDK Runtime Environment (build 14-ea+29-1384)
> OpenJDK 64-Bit Server VM (build 14-ea+29-1384, mixed mode, sharing)
> {noformat}
>  
>  Am also setting these additional compiler options in the NB project:
> {noformat}
> --enable-preview --source 14 -Xlint:unchecked -Xlint:preview
> {noformat}
> Installed nb-javac today to see if I could get "Compile on save" working.
> With "Compile on save" disabled I need to manually build the project every 
> time I want to test changes.
> With "Compile on save" enabled I get this error when running the project.
> {noformat}
> Error: LinkageError occurred while loading main class GraphPanel.GraphDemo
>   java.lang.UnsupportedClassVersionError: GraphPanel/GraphDemo (class 
> file version 57.65535) was compiled with preview features that are 
> unsupported. This version of the Java Runtime only recognizes preview 
> features for class file version 58.65535
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111: 
> The following error occurred while executing this line:
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1
> BUILD FAILED (total time: 0 seconds)
> {noformat}



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

-
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-3655) NB-Javac linkage error with JDK 14, can't generate class file version 58.65535

2020-01-01 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch commented on NETBEANS-3655:


Am doing a great deal of development using JDK 14 and NetBeans. So far this is 
the only issue that rose the level that I thought it was worth reporting – so 
while it may not be official supported NetBeans 11.2 certainly operates quite 
well with JDK 14.

The issue with nb-javac generating the older class file version might be easy 
to fix – haven't looked into it yet.

 

Be useful to know when in the future this might be working. Right now the 
integration with the macos version of NB 11.2 is relatively opaque. It was 
installed on clicking a link in theNotifications panel and at this point is not 
listed as a plugin or anywhere else in the GUI part of the application – which 
means it's hard to extract the version info for nb-javac. Might be useful to 
display version info for it in the Environment section of the About dialog.. Am 
assuming it got installed into the app itself. Obviously not easy to uninstall 
either.

 

> NB-Javac linkage error with JDK 14, can't generate class file version 58.65535
> --
>
> Key: NETBEANS-3655
> URL: https://issues.apache.org/jira/browse/NETBEANS-3655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 14-ea; OpenJDK 64-Bit Server VM 14-ea+29-1384
> Runtime: OpenJDK Runtime Environment 14-ea+29-1384
> System: Mac OS X version 10.15.2 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2
>Reporter: Stephen Bannasch
>Priority: Major
>  Labels: jdk14, nbjavac
>
> Using NB 11.2 on macos 10.15.2 and am using JEP 354: Switch Expressions so am 
> compiling with JDK 14.
> {noformat}
> openjdk 14-ea 2020-03-17
> OpenJDK Runtime Environment (build 14-ea+29-1384)
> OpenJDK 64-Bit Server VM (build 14-ea+29-1384, mixed mode, sharing)
> {noformat}
>  
>  Am also setting these additional compiler options in the NB project:
> {noformat}
> --enable-preview --source 14 -Xlint:unchecked -Xlint:preview
> {noformat}
> Installed nb-javac today to see if I could get "Compile on save" working.
> With "Compile on save" disabled I need to manually build the project every 
> time I want to test changes.
> With "Compile on save" enabled I get this error when running the project.
> {noformat}
> Error: LinkageError occurred while loading main class GraphPanel.GraphDemo
>   java.lang.UnsupportedClassVersionError: GraphPanel/GraphDemo (class 
> file version 57.65535) was compiled with preview features that are 
> unsupported. This version of the Java Runtime only recognizes preview 
> features for class file version 58.65535
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111: 
> The following error occurred while executing this line:
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1
> BUILD FAILED (total time: 0 seconds)
> {noformat}



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

-
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-3655) NB-Javac linkage error with JDK 14, can't generate class file version 58.65535

2019-12-31 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch updated NETBEANS-3655:
---
Summary: NB-Javac linkage error with JDK 14, can't generate class file 
version 58.65535  (was: NB-Javac)

> NB-Javac linkage error with JDK 14, can't generate class file version 58.65535
> --
>
> Key: NETBEANS-3655
> URL: https://issues.apache.org/jira/browse/NETBEANS-3655
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 14-ea; OpenJDK 64-Bit Server VM 14-ea+29-1384
> Runtime: OpenJDK Runtime Environment 14-ea+29-1384
> System: Mac OS X version 10.15.2 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2
>Reporter: Stephen Bannasch
>Priority: Major
>  Labels: jdk14, nbjavac
>
> Using NB 11.2 on macos 10.15.2 and am using JEP 354: Switch Expressions so am 
> compiling with JDK 14.
> {noformat}
> openjdk 14-ea 2020-03-17
> OpenJDK Runtime Environment (build 14-ea+29-1384)
> OpenJDK 64-Bit Server VM (build 14-ea+29-1384, mixed mode, sharing)
> {noformat}
>  
>  Am also setting these additional compiler options in the NB project:
> {noformat}
> --enable-preview --source 14 -Xlint:unchecked -Xlint:preview
> {noformat}
> Installed nb-javac today to see if I could get "Compile on save" working.
> With "Compile on save" disabled I need to manually build the project every 
> time I want to test changes.
> With "Compile on save" enabled I get this error when running the project.
> {noformat}
> Error: LinkageError occurred while loading main class GraphPanel.GraphDemo
>   java.lang.UnsupportedClassVersionError: GraphPanel/GraphDemo (class 
> file version 57.65535) was compiled with preview features that are 
> unsupported. This version of the Java Runtime only recognizes preview 
> features for class file version 58.65535
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111: 
> The following error occurred while executing this line:
> /Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: 
> Java returned: 1
> BUILD FAILED (total time: 0 seconds)
> {noformat}



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

-
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-3655) NB-Javac

2019-12-31 Thread Stephen Bannasch (Jira)
Stephen Bannasch created NETBEANS-3655:
--

 Summary: NB-Javac
 Key: NETBEANS-3655
 URL: https://issues.apache.org/jira/browse/NETBEANS-3655
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Product Version: Apache NetBeans IDE 11.2
Java: 14-ea; OpenJDK 64-Bit Server VM 14-ea+29-1384
Runtime: OpenJDK Runtime Environment 14-ea+29-1384
System: Mac OS X version 10.15.2 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/stephen/Library/Application Support/NetBeans/11.2
Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2
Reporter: Stephen Bannasch


Using NB 11.2 on macos 10.15.2 and am using JEP 354: Switch Expressions so am 
compiling with JDK 14.
{noformat}
openjdk 14-ea 2020-03-17
OpenJDK Runtime Environment (build 14-ea+29-1384)
OpenJDK 64-Bit Server VM (build 14-ea+29-1384, mixed mode, sharing)
{noformat}
 
 Am also setting these additional compiler options in the NB project:
{noformat}
--enable-preview --source 14 -Xlint:unchecked -Xlint:preview
{noformat}
Installed nb-javac today to see if I could get "Compile on save" working.

With "Compile on save" disabled I need to manually build the project every time 
I want to test changes.

With "Compile on save" enabled I get this error when running the project.
{noformat}
Error: LinkageError occurred while loading main class GraphPanel.GraphDemo
java.lang.UnsupportedClassVersionError: GraphPanel/GraphDemo (class 
file version 57.65535) was compiled with preview features that are unsupported. 
This version of the Java Runtime only recognizes preview features for class 
file version 58.65535
/Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:111: The 
following error occurred while executing this line:
/Users/stephen/Library/Caches/NetBeans/11.2/executor-snippets/run.xml:68: Java 
returned: 1
BUILD FAILED (total time: 0 seconds)
{noformat}



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

-
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] [Closed] (NETBEANS-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch closed NETBEANS-3275.
--

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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] [Comment Edited] (NETBEANS-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch edited comment on NETBEANS-3275 at 10/22/19 8:09 PM:
--

On macos have to navigate deeper into JDK directory to get to the actual JDK.

 

Example: /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home


was (Author: stepheneb):
On macos have to navigate deeper JDK directory: Contents/Home

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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] [Resolved] (NETBEANS-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch resolved NETBEANS-3275.

Resolution: Not A Bug

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch commented on NETBEANS-3275:


On macos have to navigate deeper JDK directory: Contents/Home

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch updated NETBEANS-3275:
---
Attachment: (was: image-2019-10-22-14-51-18-595.png)

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch updated NETBEANS-3275:
---
Description: 
"Next" button not enabled after selecting JDK platform in "Choose Platform 
Folder" dialog.

See attached screenshot – am running 11.2-beta3. Same behavior is present 
running 11.1. 

Next button not enabled when selecting any of the alternate JDK folders. 

 

 

$ ls -l /Library/Java/JavaVirtualMachines/

total 0

drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*

drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*

drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*

drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*

drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*

drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*

  was:
"Next" button not enabled after selecting JDK platform in "Choose Platform 
Folder" dialog.

See attached screenshot – am running 11.2-beta3. Same behavior is present 
running 11.1. 

 

 


> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png, image-2019-10-22-14-51-18-595.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
> Next button not enabled when selecting any of the alternate JDK folders. 
>  
>  
> $ ls -l /Library/Java/JavaVirtualMachines/
> total 0
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:14 *adoptopenjdk-11.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 14:58 *adoptopenjdk-12-openj9.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 15:37 *adoptopenjdk-12.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  6 00:56 *jdk-12.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Oct 17 01:42 *jdk-13.0.1.jdk*
> drwxr-xr-x  3 root  wheel  96 Jul  5 16:40 *jdk1.8.0_211.jdk*



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

-
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-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch updated NETBEANS-3275:
---
 Attachment: choose-jdk.png
Description: 
"Next" button not enabled after selecting JDK platform in "Choose Platform 
Folder" dialog.

See attached screenshot – am running 11.2-beta3. Same behavior is present 
running 11.1. 

 

 

  was:
"Next" button not enabled after selecting JDK platform in "Choose Platform 
Folder" dialog.

Screenshot is running 11.2-beta3. Same problem is present running 11.1. 

 

!image-2019-10-22-14-51-18-595.png!


> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: choose-jdk.png, image-2019-10-22-14-51-18-595.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> See attached screenshot – am running 11.2-beta3. Same behavior is present 
> running 11.1. 
>  
>  



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

-
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-3275) Next button not enabled after selecting JDK platform

2019-10-22 Thread Stephen Bannasch (Jira)


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

Stephen Bannasch updated NETBEANS-3275:
---
Summary: Next button not enabled after selecting JDK platform  (was: Can't 
select)

> Next button not enabled after selecting JDK platform
> 
>
> Key: NETBEANS-3275
> URL: https://issues.apache.org/jira/browse/NETBEANS-3275
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2-beta3
> Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
> Runtime: Java(TM) SE Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
> Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
>Reporter: Stephen Bannasch
>Priority: Major
> Attachments: image-2019-10-22-14-51-18-595.png
>
>
> "Next" button not enabled after selecting JDK platform in "Choose Platform 
> Folder" dialog.
> Screenshot is running 11.2-beta3. Same problem is present running 11.1. 
>  
> !image-2019-10-22-14-51-18-595.png!



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

-
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-3275) Can't select

2019-10-22 Thread Stephen Bannasch (Jira)
Stephen Bannasch created NETBEANS-3275:
--

 Summary: Can't select
 Key: NETBEANS-3275
 URL: https://issues.apache.org/jira/browse/NETBEANS-3275
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1, 11.2
 Environment: Product Version: Apache NetBeans IDE 11.2-beta3
Java: 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9
Runtime: Java(TM) SE Runtime Environment 13.0.1+9
System: Mac OS X version 10.15 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/stephen/Library/Application Support/NetBeans/11.2-beta3
Cache directory: /Users/stephen/Library/Caches/NetBeans/11.2-beta3
Reporter: Stephen Bannasch
 Attachments: image-2019-10-22-14-51-18-595.png

"Next" button not enabled after selecting JDK platform in "Choose Platform 
Folder" dialog.

Screenshot is running 11.2-beta3. Same problem is present running 11.1. 

 

!image-2019-10-22-14-51-18-595.png!



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

-
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