simlu / voxelshop

This is the official repositiory for VoxelShop
https://blackflux.com/node/11
Apache License 2.0
350 stars 65 forks source link

Update jide #284

Open simlu opened 6 years ago

simlu commented 6 years ago

With Java 10 we're now getting warnings:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jidesoft.swing.JideTabbedPane (file:/C:/Users/flux/Dropbox/java/VoxelShop/lib/jide/jide-common.jar) to field javax.swing.JTabbedPane.visComp
WARNING: Please consider reporting this to the maintainers of com.jidesoft.swing.JideTabbedPane
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
simlu commented 6 years ago

FYI JIDE license cost quite a bit of money

easygamer82 commented 6 years ago

@simlu So...would you say that the pre-release version 1.8.22 is a fully functional version of VoxelShop? And, if not, would it make sense to make a Windows Native Installer version (.exe) of VoxelShop v1.8.20?

Mostly while you consider upgrading JIDE, or not, as Java 10 is giving these warnings you mention above.

Thank you.

simlu commented 6 years ago

@easygamer82 Oh, I forgot to remove the prerelease status. Fixed now. They're warnings and perfectly acceptable for now. It just means eventually this needs to be addressed.