由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JNI 诡异问题求教
相关主题
Re: how to integrate java api doc with eStupid IBM JDK
Help for the path setting!!!Re: 新生上路
how to make an html file in Eclipse?编.bat文件碰到的问题,怎样知道java bin目录在那里? 有啥办法?谢谢
C++ JNI code to invoke native method – header an (转载)java source code analyzing tool
kaffe javac菜鸟问题一问
可以动态生成JTree吗??help: cannot generate index.html using javadoc
ERROR!java.io.RandomAccessFile.readIntMini Javadoc Howto -- Re: help: cannot generate index.html using javadoc
Get error while compling, need helpCruiseControl: out of memory problem
相关话题的讨论汇总
话题: readfile话题: jni话题: error话题: 文件话题: class
进入Java版参与讨论
1 (共1页)
m*p
发帖数: 1331
1
最近需要用到jni,在java里面调用已有的cpp代码, 自己在学,
http://java.sun.com/developer/onlineTraining/Programming/JDCBoo
新建了ReadFile.java文件之后,在windows console用
javac ReadFile
编译通过,生成了一个ReadFile.class文件
但是诡异的是,下一步是需要生成一个 header文件,命令如下:
JavaNativeTest\src>javah ReadFile
error: cannot access ReadFile
class file for ReadFile not found
javadoc: error - Class ReadFile not found.
Error: No classes were specified on the command line. Try -help.
明明ReadFile.class, ReadFile.java都在当前目录src\下,不知道为何会出现此问题?
谢谢!!
m*p
发帖数: 1331
2
?

【在 m*p 的大作中提到】
: 最近需要用到jni,在java里面调用已有的cpp代码, 自己在学,
: http://java.sun.com/developer/onlineTraining/Programming/JDCBoo
: 新建了ReadFile.java文件之后,在windows console用
: javac ReadFile
: 编译通过,生成了一个ReadFile.class文件
: 但是诡异的是,下一步是需要生成一个 header文件,命令如下:
: JavaNativeTest\src>javah ReadFile
: error: cannot access ReadFile
: class file for ReadFile not found
: javadoc: error - Class ReadFile not found.

g*****g
发帖数: 34805
3
I would try -cp ., also make system path directory including
the target folder may help.

【在 m*p 的大作中提到】
: 最近需要用到jni,在java里面调用已有的cpp代码, 自己在学,
: http://java.sun.com/developer/onlineTraining/Programming/JDCBoo
: 新建了ReadFile.java文件之后,在windows console用
: javac ReadFile
: 编译通过,生成了一个ReadFile.class文件
: 但是诡异的是,下一步是需要生成一个 header文件,命令如下:
: JavaNativeTest\src>javah ReadFile
: error: cannot access ReadFile
: class file for ReadFile not found
: javadoc: error - Class ReadFile not found.

1 (共1页)
进入Java版参与讨论
相关主题
CruiseControl: out of memory problemkaffe javac
faint, unreachable statement in java可以动态生成JTree吗??
NoClassDefFoundErrorERROR!java.io.RandomAccessFile.readInt
急问:java如何处理中文字符Get error while compling, need help
Re: how to integrate java api doc with eStupid IBM JDK
Help for the path setting!!!Re: 新生上路
how to make an html file in Eclipse?编.bat文件碰到的问题,怎样知道java bin目录在那里? 有啥办法?谢谢
C++ JNI code to invoke native method – header an (转载)java source code analyzing tool
相关话题的讨论汇总
话题: readfile话题: jni话题: error话题: 文件话题: class