diff --git a/Database-Features/Java VM cannot find jar in virtual schema adapter script b/Database-Features/Java VM cannot find jar in virtual schema adapter script new file mode 100644 index 00000000..fc87ed1d --- /dev/null +++ b/Database-Features/Java VM cannot find jar in virtual schema adapter script @@ -0,0 +1,19 @@ +# Why do I get the error "[Code: 0, SQL State: 22002] VM error: F-UDF-CL-LIB-1125: F-UDF-CL-SL-JAVA-1000: F-UDF-CL-SL-JAVA-1062: Java VM cannot find '/buckets/....jar': +## Table of contents: + +## Background + +We have to upload jar file when we creatinga Adapter script. Adapter scripts defines a Java class that serves as an entry point, and tells the UDF framework where to find the libraries (JAR files) for the virtual schema and database driver. + +When +## Explanation + + + +## Additional References + + +* [Virtual Schemas](https://docs.exasol.com/db/latest/database_concepts/virtual_schemas.htm) + + +*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*