Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Java issue question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MKoop" data-source="post: 1169281" data-attributes="member: 120654"><p>here is some more info:</p><p></p><p></p><p>machine:~ Matt$ java -cp ./ testcheck.java</p><p></p><p>Exception in thread "main" java.lang.NoClassDefFoundError: testcheck/java</p><p></p><p>Caused by: java.lang.ClassNotFoundException: testcheck.java</p><p> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)</p><p> at java.security.AccessController.doPrivileged(Native Method)</p><p> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)</p><p> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)</p><p> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)</p><p> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)</p><p></p><p></p><p>would it make a difference if the files were written on windows in jEdit and then transferred to OSX? The path still points to them unless its an issue with the text file itself...</p></blockquote><p></p>
[QUOTE="MKoop, post: 1169281, member: 120654"] here is some more info: machine:~ Matt$ java -cp ./ testcheck.java Exception in thread "main" java.lang.NoClassDefFoundError: testcheck/java Caused by: java.lang.ClassNotFoundException: testcheck.java at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) would it make a difference if the files were written on windows in jEdit and then transferred to OSX? The path still points to them unless its an issue with the text file itself... [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Java issue question
Top