mbien commented on issue #7985:
URL: https://github.com/apache/netbeans/issues/7985#issuecomment-2498754643

   this does seem to work for me:
   ```java
   package javaapplication9;
   
   import java.net.http.HttpClient;
   
   public class JavaApplication9 {
       public static void main(String[] args) {
           System.out.println(Runtime.version());
           System.out.println(HttpClient.class);
       }
   }
   ```
   output:
   ```
   run:
   22.0.2+9-FR
   class java.net.http.HttpClient
   BUILD SUCCESSFUL (total time: 0 seconds)
   ```
   editor showed no errors


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to