English 中文(简体)
出口java游戏的问题
原标题:Issue with exporting java game to a .jar

我利用牛奶和浮雕进行 j比赛。 它完全依靠我的电脑,但并非针对任何其他人。 它包裹在一座监狱。 我利用Eclipse创立了Jarsplice,并封闭了土著和图书馆。 根基亚尔的夹只包含包裹目录和本地人,没有标识或阶级。 游戏本身不是 Apple。

从我的电脑来看,这辆汽车是完美的。 它与任何人一起,在主要法典中要求显示班时即坠毁(用基本的java名称和icon和gray内窗的空档)。 我把32比特和64比特原住民包装在一起,并在32比特和64比照窗口系统测试,但唯一操作的是地雷(窗口32比)。

杰尔在基体内没有班子或表现。

我重新命名了我的ec片,在开斋之前,建造了参考的夹,包括原住民的夹,并且仍在工作。 我在任何地方都没有原住民。

这里是META-INF/MANIFEST。 MF from within the jar. 请注意,在我搬走主线时,杰尔在我的计算机上工作。 在Jar语中参考了这个类别。

 Manifest-Version: 1.0
 Launcher-VM-Args: 
 Launcher-Main-Class: processors.Main
 Main-Class: org.ninjacave.jarsplice.core.JarSpliceLauncher

此处为杰尔的名录结构:

   META-INF
   org
   game packages including processors
   all the natives.dll

Update: I have definately narrowed it down to the natives ONLY being detected by my machine, probably due to something I have installed. Maybe I m missing something?

最佳回答

我通过把我的资源、草药和原住民混为一谈,解决这一问题。 Java自动选择了jar的fold子,以便找到原住民和资源。

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签