We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00b8ce commit 71fa69fCopy full SHA for 71fa69f
1 file changed
examples/ExifToolExample.java
@@ -29,7 +29,7 @@
29
* 2. Compile this example:
30
* javac -cp target/perlonjava-3.0.0.jar examples/ExifToolExample.java
31
* 3. Run:
32
- * java -cp target/perlonjava-3.0.0.jar:. examples.ExifToolExample
+ * java --sun-misc-unsafe-memory-access=allow -cp target/perlonjava-3.0.0.jar:. examples.ExifToolExample
33
*/
34
public class ExifToolExample {
35
0 commit comments