Hi, I'm trying to using snowflake snowpark via interop. I dont really understand this error, not having any Java background
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.IllegalAccessError: class com.snowflake.snowpark.internal.UDFClassPath$ (in unnamed module @0x60cfe367) cannot access class
I tried import sun.net.www ParseUtil, but that didn't work and I feel like it's the wrong "level" anyway?
I've solved this now, I think it was an unsupported java version issue.