我正在使用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代码运行正常然后警告发生的原因??
如果我做错任何事情或以不正确的方式纠正我。
谢谢