Skip to content

IllegalAccessError when trying to browse for an ARFF file in ArffFileStream #252

@fracpete

Description

@fracpete

Browsing for a file in the ArffFileStream stream generator results in the following exception (reported on moa-development):

Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: class nz.ac.waikato.cms.gui.core.BaseFileChooser tried to access protected method 'void com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel.updateButtons()' (nz.ac.waikato.cms.gui.core.BaseFileChooser and com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel are in unnamed module of loader 'app')
	nz.ac.waikato.cms.gui.core.BaseFileChooser.showDialog(BaseFileChooser.java:100)
	java.desktop/javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:666)
	com.github.javacliparser.gui.FileOptionEditComponent.browseForFile(FileOptionEditComponent.java:104)
	com.github.javacliparser.gui.FileOptionEditComponent$1.actionPerformed(FileOptionEditComponent.java:62)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions