我正在使用raspberry pi
它Linux Kernel
。安装后,当文件执行rootfs
时,我收到以下错误消息。/etc/init.d/rcS
Java HotSpot(TM) Embedded Client VM warning: Can't detect initial thread stack location: find_vma failed
Hello World Java is executing fine //It is the output of HelloWorld
这是我的/etc/init.d/rcS
文件包含
export LD_LIBRARY_PATH=/usr/lib/arm/jli/
cd /etc/sample_javaTest
exec java HelloWorld
我的问题是我的 java 代码运行良好,那么为什么会出现警告?
如果我做错了什么或以不正确的方式做事,请纠正我。
谢谢