Skip to content

Commit

Permalink
bindings: fixed javac problem
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Sep 23, 2024
1 parent 7444610 commit 94cd420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/EAC_Example.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.io.UnsupportedEncodingException;
import java.math.BigInteger;

public class Example {
public class EAC_Example {
static {
System.loadLibrary("jeac");
}
Expand Down

0 comments on commit 94cd420

Please sign in to comment.