-
Notifications
You must be signed in to change notification settings - Fork 127
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
error when running sbt #34
Comments
I think my pull request fixes this. It is not merged yet, however. I think maintainers are probably currently busy. Check out my pull request or my fork, then it should work. |
@Sparkier Your version helps a lot and I managed to compile, thank you so much. |
Sorry, I think I can't help you on this one. I did not run into this problem back when I needed the library, and have not been using it since. So sadly, I can't really provide you with any help here. |
Thanks for your reply. I found the program stuck because of some what concurrence problem, and totally can't figure out why. lol |
sbt assembly doesn't work here also ... When using the pull request, sbt starts but produces numerous other dependency errors
|
For anyone trying to compile this in 2021 or later, run |
You made my day! |
Hello, can you provide me with a binary jar file? Try a lot of compilation methods have failed, thank you! |
thanks |
I successfully compiled pdffigures 2, but when I tried running sbt inside pdffigures2 after downloading the package. When I typed "run", I got this error:
[error] /home/mgryder/pdfscala/pdffigures2/src/main/scala/org/allenai/pdffigures 2/VisualLogger.scala:173:45: value EXIT_ON_CLOSE is not a member of object javax .swing.JFrame
[error] frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)
[error] ^
[error] one error found
[error] (Compile / compileIncremental) Compilation failed
The text was updated successfully, but these errors were encountered: