oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
19.96k stars 1.6k forks source link

Error reading tcl file - Cannot read resource "/tcl/lang/library/init.tcl" #8226

Open DeepikaSivalingam opened 5 months ago

DeepikaSivalingam commented 5 months ago

While running the application with Corretto 17, along with jacl and tcljava jar version 1.2.6

I am facing the below error. Whereas the init.tcl file is present in the required location but not read during runtime,

cannot read resource "/tcl/lang/library/init.tcl" tcl.lang.TclException: cannot read resource "/tcl/lang/library/init.tcl" at tcl.lang.Interp.evalResource(Interp.java) at tcl.lang.Interp.(Interp.java) unexpected TclException: tcl.lang.TclException: cannot read resource "/tcl/lang/library/init.tcl"

brahimhaddou commented 5 months ago

Hello Thank you for sharing your issue, kindly follow this template here so that we are able to reproduce and investigate your issue.