Caused by: java.io.FileNotFoundException: town.zip (The system cannot find the f
ile specified)
当我尝试Windows 7
从构建的 JAR加载我的 3d 场景时,Linux
反之亦然Linux
,得到与 JAR 是包相同的错误Windows
。我只使用正常设置在eclipse
. 我究竟做错了什么?这似乎与我的实际代码几乎没有关系,只是一个包装问题。
加载文件的代码在构建它的同一平台上工作,是:
assetManager.registerLocator("town.zip", ZipLocator.class);
当项目从 eclipse 运行或在与其构建的同一平台上运行时,这将起作用。