RandomAccessFile 路径的问题
RandomAccessFile读一个文件.dat文件
类文件和.dat文件在同一个目录下,
最后,要打成jar包
问:
怎么样在java代码中写:
RandomAccessFile ipFile = new RandomAccessFile( "1.dat ", "r ");
提示一:
包的结构为:
com.test.util
类为:StringUtil
在com.test.util下有一个文件1.dat
------解决方案--------------------up