[Bug 774] How to build from scrach icedtea 1.10.3/openjdk 1.6.0_b22 on Slack

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Oct 26 16:17:17 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=774

--- Comment #14 from Andrew John Hughes <ahughes at redhat.com> 2011-10-26 23:17:17 UTC ---
There's your problem.  You don't supply anything to the classpath argument.

It should look like this:

#!/bin/bash
/home/andrew/build/jamvm/bin/jamvm -classpath
/home/andrew/build/classpath/share/classpath/tools.zip
gnu.classpath.tools.javah.Main "$@"

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list