英文: Building a Jar file in Intellij 问题 我是新手使用Java,并且正在使用Intellij。我有一个src文件夹,我在其中编写了我的Java程序。我必须构建我的J...
如何检索JAR文件中一个文件夹内包含的所有文件?
英文: How to retrieve all files contained in a folder inside a JAR? 问题 I need to get a folder within a...
Cannot use class in jar's root when my file is part of a package but when my file is not part of a package, I can
英文: Cannot use class in jar's root when my file is part of a package but when my file is not par...
如何创建 .exe 文件而不是 .exe 和 jre 文件夹
英文: How to create exe file instead of exe and jre folder 问题 I want to deploy my java application, an...
应用程序从编辑器正常工作,但JAR文件会冻结计算机。
英文: Application from editor works fine, jar file freezes computer 问题 以下是翻译好的部分: 我使用libGDX制作了一个游戏,并从项...
How can I implement a custom class loader in Java that dynamically loads and executes Java code at runtime?
英文: How can I implement a custom class loader in Java that dynamically loads and executes Java code ...
如何在没有安装JDK的不同计算机上运行jar文件?
英文: How to run jar on different computer without JDK? 问题 I created Java application and built a jar ...
在Linux Mint 21.1上运行.jar文件时出现问题。
英文: Problem when running a .jar on Linux Mint 21.1 问题 我尝试运行一个.jar文件,使用java -jar file.jar,但我得到这个错误信息:...
Scala构建工具(sbt)和像IntelliJ这样的工件
英文: scala build tools (sbt) and artefacts like intelliJ 问题 我正在尝试使用sbt创建一个Java构件,在IntelliJ IDEA中,你可以在...
Error occurred during initialization of VM: Could not reserve enough space for code cache when executing jar file as regular user on Centos 7
英文: Error occurred during initialization of VM: Could not reserve enough space for code cache when e...
13