The documentation for jlinker is HORRIBLE. I can understand the exmaple
at the end, but if I want to use jlinker with my own java class file it
doesn't work. You never explain how to do this!!
I have a simple HelloWorld java class:
class HelloWorld {
HelloWorld (String str) {
System.out.println(str);
}
}
and I get:
ACL>(jcons "HelloWorld" "java.lang.String")
Error: Java error: java.lang.NoSuchMethodException: <init>
result= "java.lang.NoSuchMethodException: <init>"
What the heck is this? I'd know if I could decrypt the documentation.
How about explaining how to load jlinker before actually getting into all
the details of how it works??
Patrick Beeson
<cs.utexas.edu at pbeeson>
http://www.cs.utexas.edu/users/pbeeson/