简体   繁体   中英

Importing fxcontrols jar file into eclipse doesn't work

I wanted to try the fxcontrols' SpreadsheetView example code at:

https://controlsfx.bitbucket.io/org/controlsfx/control/spreadsheet/SpreadsheetView.html

Somehow, adding their .jar file to my Eclipse test project as an external jar file doesn't help me resolve the import statements that are necessary. For instance, it doesn't resolve/find the GridBase, SpreadSheetCell, or SpreadsheetView. Trying to manually import org.controlsfx.control.spreadsheet.SpreadsheetView doesn't work either.

Shouldn't this just work immediately? I feel like the biggest noob right now.

原来fxcontrols坏了,我应该将fxcontrols 8和jdk 1.8一起使用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM