|
Last change
on this file since 2 was 2, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
215 bytes
|
| Line | |
|---|
| 1 | #include <noclass.h>
|
|---|
| 2 |
|
|---|
| 3 | void
|
|---|
| 4 | Java_noclass_find_1it (JNIEnv *env, jclass k)
|
|---|
| 5 | {
|
|---|
| 6 | /* We cause an exception by asking for a class we know does not
|
|---|
| 7 | exist. */
|
|---|
| 8 | k = (*env)->FindClass (env, "java/lang/Sarcophagus");
|
|---|
| 9 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.