You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot get Localcopy to work in the most recent beta version of Jabref (11b4). Here's the error console output:
Exception in thread "main" java.lang.NoSuchMethodError: localcopy.LocalCopySidePaneComponent.setContent(Ljava/awt/Component;)V
at localcopy.LocalCopySidePaneComponent.(LocalCopyPane.java:219)
at localcopy.LocalCopyPane.getSidePaneComponent(LocalCopyPane.java:578)
at net.sf.jabref.JabRef.startSidePanePlugins(Unknown Source)
at net.sf.jabref.JabRef.openWindow(Unknown Source)
at net.sf.jabref.JabRef.start(Unknown Source)
at net.sf.jabref.JabRefMain.main(Unknown Source)
I wonder if there is some easy solution?
The text was updated successfully, but these errors were encountered:
I cannot get Localcopy to work in the most recent beta version of Jabref (11b4). Here's the error console output:
Exception in thread "main" java.lang.NoSuchMethodError: localcopy.LocalCopySidePaneComponent.setContent(Ljava/awt/Component;)V
at localcopy.LocalCopySidePaneComponent.(LocalCopyPane.java:219)
at localcopy.LocalCopyPane.getSidePaneComponent(LocalCopyPane.java:578)
at net.sf.jabref.JabRef.startSidePanePlugins(Unknown Source)
at net.sf.jabref.JabRef.openWindow(Unknown Source)
at net.sf.jabref.JabRef.start(Unknown Source)
at net.sf.jabref.JabRefMain.main(Unknown Source)
I wonder if there is some easy solution?
The text was updated successfully, but these errors were encountered: