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
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