jcefmaven / jcefmaven

Maven artifacts for JCef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java used fileDialog for swing Bug

hteste opened this issue · comments

**Error Info:
java.lang.UnsatisfiedLinkError: org.cef.callback.CefFileDialogCallback_N.N_Continue(JLjava/util/Vector;)V

I have tested all versions with this issue and have learned that only this method cannot be used
Addition:
N_Cancel method is Normal**

source view:
private final native void N_Continue(long self, Vector filePaths);

parameters error?

I have no idea, but you should file this bug on the repository of jcef. It appears to be an issue concerning the sources. This project here only compiles and distributes jcef.