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

Documentation issue / something missing #5

Open
hollerith opened this issue Feb 8, 2020 · 1 comment
Open

Documentation issue / something missing #5

hollerith opened this issue Feb 8, 2020 · 1 comment

Comments

@hollerith
Copy link

Hi there,

The build instructions contain some errors I think.

$ ant

..builds okay

$ java -cp /opt/Halcyon/src/lib/autocomplete.jar:/opt/Halcyon/src/lib/rsyntaxtextarea.jar:/opt/Halcyon/dist/Halcyon_IDE_v2.0.1.jar halcyon.ide.HalcyonIDE 
Error: Could not find or load main class halcyon.ide.HalcyonIDE

There is nothing putting anything in /opt when I try to just run the jar file from ./dist :

$ java -jar Halcyon_IDE_v2.0.1.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/fife/ui/rsyntaxtextarea/RSyntaxTextArea
        at halcyon.ide.HalcyonIDE.main(HalcyonIDE.java:19)
Caused by: java.lang.ClassNotFoundException: org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 1 more
@s4n7h0
Copy link
Owner

s4n7h0 commented Oct 3, 2020

@hollerith did you check the updates ? let me know if you still face issues.

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

2 participants