-Xlint

2020-01-26 Thread zahid
Hi, There was an email on this list not so long ago which showed how to set -Xlint in NetBeans. I need to use it because 35: warning: [deprecation] RMISecurityManager in java.rmi has been deprecated     System.setSecurityManager(new RMISecurityManager()); -- Backbutton.co.uk ¯\_(ツ)

Re: [java] proposal for Quarkus plugin for NetBeans

2020-01-26 Thread zahid
Hi, Does any body know  how I can resolve this  ? java.lang.ClassNotFoundException I have included two client codes. QUARKUS  CLIENT @Path("/hello") public class GreetingResource {     private static RMIInterface look_up;     @GET     @Produces(MediaType.TEXT_PLAIN)     public String hello

Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-26 Thread Ronald Patton
Yes, you are absolutely correct.  I did review the document but not to the extent I should have. 73, Ron / W4MMP On 1/26/2020 08:39, zahid wrote: >Well it turns out that much more needs to be included on Raspbian verses other Linux distributions or Windows > (winsock.h brings everything in

Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-26 Thread zahid
>Well it turns out that much more needs to be included on Raspbian verses other Linux distributions or Windows > (winsock.h brings everything in) That's what that tutorial suggested. That is why I said inclusive of those header files was a wild guess. My suggestion was along the right lines