You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Sample code' worked successfully when I ran it in IntelliJ without deploying it as a jar.
When deployed as a jar, the 'Service Server' can't find the package(com.utils.MyUtill) despite 'My Custom Module' being there. I got the following error:
Caused by: javax.script.ScriptException: /Script.java:1: error: package com.utils does not exist
import com.utils.MyUtill;
Is there any way to read the package?? 😢
The text was updated successfully, but these errors were encountered:
First and foremost, I would like to extend my gratitude for creating such a fantastic open-source project. 👏
I have a question. Please help me. 😿
I'm experiencing difficulties with the following condition:
condition
Is there any way to read the package?? 😢
The text was updated successfully, but these errors were encountered: