ebremer opened a new issue, #1360: URL: https://github.com/apache/jena/issues/1360
I have a java program that when I run it in the context of my IDE Netbeans, when making the call RIOT.getContext() as the first line will return: ``` symbol:http://jena.apache.org/ARQ#regexImpl = symbol:http://jena.apache.org/ARQ#javaRegex symbol:http://jena.apache.org/ARQ#registryFunctions = org.apache.jena.sparql.function.FunctionRegistry@4659191b symbol:http://jena.apache.org/ARQ#constantBNodeLabels = true symbol:http://jena.apache.org/ARQ#registryPropertyFunctions = org.apache.jena.sparql.pfunction.PropertyFunctionRegistry@55634720 symbol:http://jena.apache.org/ARQ#stageGenerator = org.apache.jena.tdb2.solver.StageGeneratorDirectTDB@4b0d79fc symbol:http://jena.apache.org/ARQ#enablePropertyFunctions = true symbol:http://jena.apache.org/ARQ#registryServiceExecutors = org.apache.jena.sparql.service.ServiceExecutorRegistry@4c1909a3 symbol:http://jena.apache.org/ARQ#strictSPARQL = false ``` but, when I run the program using java -jar myprog.jar, ARQ.getContext() will return null. My JDK: ``` openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06, mixed mode, sharing) ``` Any thoughts to why this is happening? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
