You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. export CLASSPATH variable
2. java make
3. no profit!!
What is the expected output? What do you see instead?
don't know exact output, but no errors would be a starter
What version of the product are you using? On what operating system?
Latest svn as of 5am CST 2-18-2009 pulled down onto a Fedora 10 system with
openJDK 1.6 and 1.5 compatibility layer.
Please provide any additional information below.
If I do not correct the proper directory slash from windows style to linux
style (/ on linux rather than \), I get funky output. The error I get is:
[andrew@andrew-eeepc ~]$ cd
Programming/svn-trunks/genormous-read-only/genormous/
[andrew@andrew-eeepc genormous]$
CLASSPATH=tools/bsh-2.0b4.jar:tools/bsh-2.0b4.jar
[andrew@andrew-eeepc genormous]$ export CLASSPATH
[andrew@andrew-eeepc genormous]$ java make
Exception in thread "main" java.lang.NoClassDefFoundError: make
Caused by: java.lang.ClassNotFoundException: make
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
Could not find the main class: make. Program will exit.
[andrew@andrew-eeepc genormous]$
Original issue reported on code.google.com by [email protected] on 18 Feb 2009 at 12:08
Original issue reported on code.google.com by
[email protected]
on 18 Feb 2009 at 12:08Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: