when I invoke query:
st.execute("create trigger myTrigger after insert on NEWPOPULATION for each row call "\NewPopulationTrigger\" ");
The console write: Class NewPopulationTrigger not found
How to should I follow the sentence "The trigger class must be available in the classpath of the database engine" - how can I implement it?
My research:
The example of my issue /
adding classpath in scala