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

VRL-Studio and Console Apps throw FileNotFoundException on OS X #34

Closed
miho opened this issue Apr 10, 2014 · 0 comments
Closed

VRL-Studio and Console Apps throw FileNotFoundException on OS X #34

miho opened this issue Apr 10, 2014 · 0 comments

Comments

@miho
Copy link
Member

miho commented Apr 10, 2014

Exact error message:

java.io.FileNotFoundException: /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at eu.mihosoft.vrl.lang.visual.JarClassCompletionList.<init>(CompletionUtil.java:133)
at eu.mihosoft.vrl.lang.visual.CompletionUtil.registerClassesFromJar(CompletionUtil.java:109)
at eu.mihosoft.vrl.lang.visual.CompletionUtil.<clinit>(CompletionUtil.java:81)
at eu.mihosoft.vrl.system.VRLPlugin.init(VRLPlugin.java:300)
at eu.mihosoft.vrl.system.VRL.initPlugins(VRL.java:587)
at eu.mihosoft.vrl.system.VRL.initAll(VRL.java:330)
at eu.mihosoft.vrlstudio.main.Studio.main(Studio.java:2504)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:116)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
miho added a commit that referenced this issue Apr 10, 2014
@miho miho closed this as completed Apr 10, 2014
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

1 participant