Khaled BEN HASSEN

Results 9 comments of Khaled BEN HASSEN

Hi guys, I've been facing 2 similar issues with jep : The first is that python modules are not being recognized : Exception in thread "main" jep.JepException: : No module...

@bsteffensmeier if the classloader cannot find libjep how would it be able to return the Jep object (but not being able to create an instance )? I have already configured...

Path environement variables : ![image](https://user-images.githubusercontent.com/55706752/100747368-db97a380-33d9-11eb-823c-732161179562.png)

And here's the objects being printed by Coldfusion : ![image](https://user-images.githubusercontent.com/55706752/100747957-a0e23b00-33da-11eb-987d-e55d33662603.png)

This is as far as it goes sir : ![image](https://user-images.githubusercontent.com/55706752/100760029-3a184e00-33e9-11eb-8238-b99321ecbdb5.png) The message says : Error casting an object of type class java.lang.UnsatisfiedLinkError cannot be cast to class java.lang.Exception (java.lang.UnsatisfiedLinkError and...

Question if you may : what's the role of throwing JepException ? Don't get me wrong I'm not talking about what's a JepException.. In other words if I remove the...

@bsteffensmeier theoretically it should work without the JepException if there is no errors right ? well check this out : -Code with Exception : ![image](https://user-images.githubusercontent.com/55706752/101654410-6ad73380-3a38-11eb-9fb9-41dee216cf4f.png) -Code without Exception : ![image](https://user-images.githubusercontent.com/55706752/101654564-965a1e00-3a38-11eb-8c67-5ff0185e330b.png)...

Coldfusion is written in java and can handle core java code as well, it loaded the classes(Jep, sharedInterpreter, subInterpreter etc..) succesfully it's just when it comes to the instantiation it...

Here's the solution ( copy this just after your , this way you get access to the css classess : ``` .multiselect__tags { border: none !important; background: transparent; font-family: WorkSans-light...