JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar download #66

Closed Kaito23 closed 8 years ago

Kaito23 commented 8 years ago

Hey,

where to download the jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar? The link on your side is broken :)

Greetings Kaito

tbee commented 8 years ago

Apparently I have not pushed r6-SNAPSHOT to sonatype yet, R5-SNAPSHOT will be fine.

https://oss.sonatype.org/content/repositories/snapshots/org/jfxtras/jfxtras-labs-samples/

On 20-6-2016 13:55, Kaito23 wrote:

Hey,

where to download the jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar? The link on your side is broken :)

Greetings Kaito

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JFXtras/jfxtras/issues/66, or mute the thread https://github.com/notifications/unsubscribe/ABXQwotodi51uR5vZEKN8iEJOapthAh9ks5qNn_HgaJpZM4I5oDS.

tbee commented 8 years ago

closed because of no response

Kaito23 commented 7 years ago

it is working now, but it does not work. Throws many errors:

ERROR: Initial filename: bsh/BSHTryStatement.class ERROR: Class name: bsh.BSHThrowStatement ERROR: Initial filename: bsh/BSHThrowStatement.class ERROR: Class name: bsh.BSHTernaryExpression ERROR: Initial filename: bsh/BSHTernaryExpression.class ERROR: Class name: bsh.BSHSwitchStatement ERROR: Initial filename: bsh/BSHSwitchStatement.class ERROR: Class name: bsh.BSHSwitchLabel ERROR: Initial filename: bsh/BSHSwitchLabel.class ERROR: Class name: bsh.BSHStatementExpressionList

tbee commented 7 years ago

Those messages are most not related to JFXtras but the EDI/editor (jedit) you are using. https://github.com/romuloceccon/jedit/blob/master/org/gjt/sp/jedit/bsh/BSHStatementExpressionList.java

Kaito23 commented 7 years ago

Found a solution using another java jre version :) thanks great work!