Java HotSpot(TM)嵌入式客户端VM警告:无法检测初始线程堆栈位置:find_vma失败

时间:2012-12-14 11:29:12

标签: java linux raspberry-pi

我正在使用raspberry piLinux 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代码运行正常然后警告发生的原因??

如果我做错任何事情或以不正确的方式纠正我。

谢谢

0 个答案:

没有答案