JavaLoader
JavaLoader copied to clipboard
JavaLoader is a library that has been built to ease the use, development and integration of Java within ColdFusion applications.
Hi, I am having the following problem when trying to use this Java Library https://github.com/kosprov/jargon2-api in Coldfusion 2018 with the JavaLoader: ``` Typ | java.lang.UnsatisfiedLinkError Diagnose | Unable to load...
I am trying to compile a java file (https://github.com/mkl-public/testarea-itext7/blob/master/src/main/java/mkl/testarea/itext7/extract/TextPlusYExtractionStrategy.java) , but the imports are not working and throw errors: ` import com.itextpdf.kernel.geom.Vector; import com.itextpdf.kernel.pdf.canvas.parser.listener.LocationTextExtractionStrategy; import com.itextpdf.kernel.pdf.canvas.parser.listener.TextChunk; ` But I get...
Is it as-intended that the dynamic compilation of java files do not support subfulders (ie. packages) in the sources folder? Apparently everything is flattened, so I can't use packages in...
Details: Element CLASSLOADER is undefined in INSTANCE. File: D:\inetpub\USMC-NHS\com\global\javaloader\JavaLoader.cfc This has been working for years until the latest upgrade. This is the line of code having the issue: Please assist.
The thread is pretty well summed up here. I had the same issue and the same fix worked. https://github.com/blueriver/MuraCMS/issues/2113 Thanks