File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 63
63
* </p>
64
64
*
65
65
* <p>
66
- * If they are part of a <b>jar file</b> or a <b>native image</b> executable then at runtime they
67
- * will be accessed as standard Java resources through GraalPy {@link VirtualFileSystem}. This will
68
- * be transparent to Python code running in GraalPy so that it has to use only standard Python IO.
69
- * Note that in order to make this work, it is necessary for those embedded resources to have their
70
- * <b>root directory</b> set to <code>/org.graalvm.python.vfs</code> which in python code will be
71
- * mapped to the virtual filesystem mount point, by default <code>/graalpy_vfs</code>. Refer to
66
+ * If the resource files are part of a <b>jar file</b> or a <b>native image</b> executable, then at
67
+ * runtime they will be accessed as standard Java resources through GraalPy
68
+ * {@link VirtualFileSystem}. This will be transparent to Python code running in GraalPy so that it
69
+ * can use standard Python IO to access those files. Note that in order to make this work, it is
70
+ * necessary for those embedded resources to have their <b>root directory</b> set to
71
+ * <code>/org.graalvm.python.vfs</code> which in python code will be mapped to the virtual
72
+ * filesystem mount point, by default <code>/graalpy_vfs</code>. Refer to
72
73
* {@link VirtualFileSystem.Builder} documentation for more details.
73
74
* </p>
74
75
* <p>
You can’t perform that action at this time.
0 commit comments