简体   繁体   English

如何在Linux作为操作系统的FAT32分区上运行Java?

[英]How to run Java off of a FAT32 partition with Linux as the OS?

I have the same situation as described here in this SO post . 我的情况与本SO帖子中所述的情况相同。 Looks like, no solution was found. 看起来没有找到解决方案。

I am additionally open to using OpenJDK if its build process / makefile can somehow be altered to yield a monolithic, statically-linked java binary, instead of one with loosely hanging lib*.so 's, which later have trouble being searched for or loaded by the loader. 如果可以通过某种方式更改其生成过程/ makefile来生成一个整体的,静态链接的java二进制文件,而不是使用一个松散地挂起lib*.so的文件,则我也愿意使用OpenJDK,后者以后会难以搜索或加载由装载机。

I'm shooting from the hip here, but is your FAT32 volume mounted with 'exec' option? 我在这里从臀部射击,但是您的FAT32卷是否带有'exec'选项安装?

fdisk -l
mount -o exec /dev/sdc /media/usb

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM