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

Build Problems on Linux #1

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Build Problems on Linux #1

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

GoogleCodeExporter commented Mar 14, 2015

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

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant