Fork me on GitHub
#interop
<
2023-05-06
>
zugnush10:05:28

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 .www.ParseUtil (in module java.base) because module java.base does not export sun.net.www to unnamed module @0x60cfe367 [in thread "nREPL-session-1464051a-7615-4d99-aa16-5246f43e10b8"] I tried import sun.net.www ParseUtil, but that didn't work and I feel like it's the wrong "level" anyway?

zugnush14:05:58

I've solved this now, I think it was an unsupported java version issue.