[java] library management with wildcards

2022-02-07 Thread Stefan Holst
Hi! I have a small add-on class that is referencing a huge class library. The class library is installed on a relatively long base path, and with that the library can happily be created, but on compilation on windows the CreateProcess error=206 problem arises, as ant will expand the compilation p

Problem with EJB in NB 12.6, Jakarta EE9, JDK 17, GlassFish 6.2.3

2022-02-07 Thread datubaro
Greetings I got a problem with accessing an EJB in Jakarta EE 9 and JDK 17 on a GlassFish 6.2.3 with an Enterprise Client in JDK 17. I use NetBeans 12.6 to write my code, start/ stop the GlassFish server etc. Heres my code: TimeBeanRemote.java: package com.example; import jakarta.ejb.Remote