Nate Jensen
Nate Jensen
@goldenretriever98, the error message means it can't find libjvm. Are you on macOS or Linux? Check the directory $JAVA_HOME/lib for libjvm.dylib on macOS or libjvm.so on Linux. If it's not...
This may or may not be irrelevant, but in your error message it has "MYENULVALUE1" not "ENUMVALUE1". So there is the "my" part on one and not the other and...
I looked at the linked issue and don't understand how the names are conflicting. I'm going off memory here, but I believe the `ClassEnquirer.isJavaPackage(String)` receives the package names like `ghidra`,...
Jep currently doesn't support that, but if you have ideas about a way to do it with a clean API that doesn't break backwards compatibility, we'd definitely consider it. Feel...
If you compiled your own python, you need to recompile it with the --enable-shared flag passed to configure.
I don't use veracode so this is not enough information to work against. Can you provide more information about Untrusted Search Path, why we triggered those, and what the recommended...
When you installed Visual Studio, did it prompt you with some checkboxes on what features to install? Generally speaking you need the Visual C++ Build Tools. It looks like you...
Did you install Visual Studio and the build tools to their default install location or did you change it? That sadly could make a difference as I think when it...
Can someone test the conda-forge build with the Jep 4.1.1 release?