You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a helping hand & to make things easier I came across your GitHub repo – Icon Pack Tools. Tried using the release version 0.2.1 (iconpacktools-0.2.1-all.jar) on my Mac but it keeps throwing below errors:
If build from source –
Task :compileKotlin FAILED
FAILURE: Build failed with an exception.
If used your .JAR –
Error: Could not find or load main class com.tobiasfried.iconpacktools.app.IconPackTools
The text was updated successfully, but these errors were encountered:
Hey @varunpilankar, thanks for the report. Pretty sure it's a hardcoded classpath somewhere in the JAR. I'm actually going to rewrite the whole application without Java/JavaFX, hopefully I can get that out in the next few days. In the mean time, I have some gists up with bash scripts that accomplish similar things as this application:
@rektdeckard
As a helping hand & to make things easier I came across your GitHub repo – Icon Pack Tools. Tried using the release version 0.2.1 (iconpacktools-0.2.1-all.jar) on my Mac but it keeps throwing below errors:
If build from source –
FAILURE: Build failed with an exception.
If used your .JAR –
Error: Could not find or load main class com.tobiasfried.iconpacktools.app.IconPackTools
The text was updated successfully, but these errors were encountered: