Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PGS.jar #129

Closed
jsampson45 opened this issue Nov 4, 2024 · 5 comments
Closed

PGS.jar #129

jsampson45 opened this issue Nov 4, 2024 · 5 comments

Comments

@jsampson45
Copy link

Readme mentions PGS.jar but this is not found.

@micycle1
Copy link
Owner

micycle1 commented Nov 5, 2024

An oversight. I'll add the .jar for v1.4.1 soon.

@istinnstudio
Copy link

istinnstudio commented Dec 19, 2024

I get several class not found errors when building 1.4.1 in NetBeans (by renaming 1.20.0-SNAPSHOT to 1.20.0). But then, even if build is successful and jar is there, trying to use the library in NetBeans (not Processing IDE) I get several errors like: Exception in thread "main" java.lang.NoClassDefFoundError: it/unimi/dsi/util/XoRoShiRo128PlusRandom
In source I have tried to switch from XoRoShiRo128PlusRandom to native Random, then the error gets:
Exception in thread "main" java.lang.NoClassDefFoundError: micycle/spacefillingcurves/SpaceFillingCurve. So there might be missing dependencies during maven build.

+1 to a precompiled jar.

@micycle1
Copy link
Owner

micycle1 commented Dec 19, 2024

The Jitpack repository is down! So some of the dependencies (like spacefillingcurves) can't resolve.

You can use 1.4.0 fatjar in the meantime. It's functionally equivalent to 1.4.1.

@istinnstudio
Copy link

I will.. thanks!!

@micycle1
Copy link
Owner

v2.0 just released (including jars).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants