custom .jar creation, need to find references to org.joget.*
Confluence User - 11 Feb, 2021
I am trying to re-use a bunch of java/beanshell validator code across several forms and apps. so i created a .java file in visual studio code. with the intention of compiling it to a .jar with the javac command.
i have a set of org.joget references that javac cannot find
for example
import org.joget. apps.app.service.AppUtil;
import org.joget.apps.form.model.Element;
i dont know where/what the classpath to the joget classes are located. I tried this on the joget web server but i have no clue where the classpath is OR do i even need the source code ?
Please advise.
forms;custom;validators