问题标签 [jar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
6 回答
34725 浏览

java - 运行打包在jar文件中的exe

我正在通过我的 java 程序执行一个 exe。路径是用 Java 硬编码的。

我已将我的 exe 打包在 jar 中。

但是我卡住了,因为我在 Java 文件中硬编码了路径名,所以我无法将我的 jar 作为独立程序执行。

打包此类 jar 的任何提示,即内部有一个 exe 并能够将其作为独立程序运行?

0 投票
3 回答
605 浏览

java - 当我运行 .jnlp 文件时,Java Image 搞砸了

我有一个在我的程序开始时被调用的方法,当我运行 jar 时它工作正常,但是当我运行 jnlp 文件时它崩溃了。

顺便说一下,img 是一个缓冲图像。

0 投票
3 回答
266 浏览

java - 签名的 Jar 可以作为可执行文件运行吗?

我问是因为我有一个运行的未签名 jar 和一个没有运行的签名版本。查看清单,我看不到签名的主要类的东西。

我必须从 web start 运行一个签名的 jar 吗?

0 投票
17 回答
79234 浏览

java - 在 NetBeans 中生成可执行 jar

我使用的是 NetBeans 6.5,由于某种原因,它不会“开箱即用”生成可执行 jar。

我将我的项目设置为主项目,在项目属性“运行”菜单中定义了主类,当我按 F6 运行它时它可以完美运行。

我查看了清单文件,它确实没有在那里定义主类,也省略了库依赖项。



我错过了什么吗?有没有办法(除了手动更改清单文件)来生成可执行的 jar 文件?

编辑:是的,我尝试清理和重建,它在 dist 文件夹中生成了 jar,仍然具有相同的 manifest.mf

0 投票
8 回答
766 浏览

java - 库(jar)应该进入存储库吗?

当您开始在 Java 中使用第三方库时,您将他们的 jars 添加到您的项目中。您是否还将罐子添加到存储库中,或者您只是保留本地安装。如果是后者,您如何在团队成员之间同步才能工作?

谢谢。

0 投票
5 回答
410 浏览

java - JAR 多重下载

我在一个小程序上有这个代码。小程序工作正常,但我得到了很多不必要的重复下载。特别是,我注意到每个“getResource”都会触发 .JAR 文件的下载。

如何避免这种情况?

0 投票
7 回答
70592 浏览

java - How do I read the manifest file for a webapp running in apache tomcat?

I have a webapp which contains a manifest file, in which I write the current version of my application during an ant build task. The manifest file is created correctly, but when I try to read it in during runtime, I get some strange side-effects. My code for reading in the manifest is something like this:

When I attach eclipse to tomcat, I see that the above code works, but it seems to get a different manifest file than the one I expected, which I can tell because the ant version and build timestamp are both different. Then, I put "META-INFFFF" in there, and the above code still works! This means that I'm reading some other manifest, not mine. I also tried

But the result was the same. What's the proper way to read the manifest file from inside of a webapp running in tomcat?

Edit: Thanks for the suggestions so far. Also, I should note that I am running tomcat standalone; I launch it from the command line, and then attach to the running instance in Eclipse's debugger. That shouldn't make a difference, should it?

0 投票
4 回答
6044 浏览

java - 哪个 Weblogic 10.3 JAR 包含 weblogic.rmi.RemoteException

我正在尝试追踪包含 weblogic.rmi.RemoteException 的 Weblogic 10.3 JAR,以解决构建路径问题。

提前致谢。

0 投票
1 回答
1886 浏览

java - 如何在 Java 小程序中使用声音和图像?

问题 1:我应该如何构建我的项目,以便最轻松地加载声音和图像文件?现在,我有文件夹:

与子目录

包含所有代码,以及

包含图像和 .wav 文件。这是最好的结构还是我应该把资产放在其他地方?

问题2:

在不使用完整路径的情况下引用图像/声音的最佳方式是什么C:\java\pacman\assets\something.png?如果我使用该getCodeBase()函数,它似乎指的是C:\java\pacman\bin而不是C:\java\pacman\.

我想使用这样的函数/类,当我在 jar 中编译小程序时以及现在通过 Eclipse 测试小程序时,它会自动工作。

问题 3:我应该如何加载图像/声音?这就是我现在正在使用的:

1) 对于一般图像:

从这个函数返回的图像在小程序的drawImage方法中的Graphics类的paint方法中使用。

2)对于缓冲图像,用于获取子图像并从精灵表加载精灵:

之后:

3) 对于声音文件:

0 投票
3 回答
4042 浏览

java - 这个 .jar 文件有什么问题?

我正在尝试将我的 JoGL 项目变成一个jar文件。我究竟做错了什么?

JAR 文件的内容: