atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

NoClassDefFoundError #83

Closed kevin closed 5 years ago

kevin commented 5 years ago

I tried out the new release, and I couldn't get it to work. I got a NoClassDefFoundError when setting the LookAndFeel. However, the release before this one works fine.

vincenzopalazzo commented 5 years ago

Hi @kvnxu, what is your version jar?!

The official jar last version not exist but you have two chance

In the last alternative, the last update was done of me and you find the last jar update here this jar contains the new style of the JDialog into version the testing and the version with this are the parallel exceptions for two o three component

kevin commented 5 years ago

I downloaded the jar from https://github.com/atarw/material-ui-swing/releases/tag/v0.9.4.0, this was the one that didn't work properly. Your version works fine, however. I'll likely be using it over the old one from this repo. Thanks.

vincenzopalazzo commented 5 years ago

I'm happy if you using a material-ui-swing and my solution work, The jar into 0.9.4.0 is not official jar. We work on this project for creating a look and feel cool and my repo and the repo of the @atarw are equal.

I will think about how to provide a more effective beta release channel, sorry for the inconvenience and sorry my terrible English

atarw commented 5 years ago

Sorry about that I've updated the latest release to be consistent with the master branch.

Yeah I'm planning on keeping this repo as the "stable" version while @vincenzopalazzo's repository has more experimental/additional features