Filter
Exclude
Time range
-
Near
Maven doesn’t do this, and in fact has no capacity for it anywhere. Artifact resolution in maven is strictly limited to the download of a jarfile and associated pom.xml
2
23
What is a JAR file? ☕ Learn: ✅ What JAR files do ✅ How they work ✅ Common Java use cases ✅ How to open & run them Beginner-friendly guide 👇 fintechshield.co.in/post/wha… #JARFile #Java #Programming #SoftwareDevelopment #TechGuide #FintechShield #Coding #Technology #JavaScript
6
Just created a super simple Minecraft server backup script that isn't anything special but kinda useful for me. It's meant for those who don't use stuff like MineOS and run the jarfile right from the terminal.
2
3
104
13 May 2025
POV: you're running a jarfile
1
2
111
Replying to @Mayuka_code
使用方法: java [options] <mainclass> [args...] (クラスを実行する場合) または java [options] -jar <jarfile> [args...] (jarファイルを実行する場合) または java [options] -m <module>[/<mainclass>] [args...] 略
1
2
79
ngrok OwnServer cloudflared unable to access jarfile jdk17(呪文詠唱)🤪🤪🤪
1
352
@Shockbyte Look guys honestly I'm struggling I needed to turn on a whitelist since people who previously used the server ip joined in again and so I did enable whitelist but then when I restarted the server it crashes and states "Error: Unable to access jarfile /custom.jar".
1
99
DAY5のMinecraftマルチプレイモードの起動まで完了! ✍️つまった箇所 Spigot Serverの名称変更を若干誤り『Error: Unable to access jarfile spigot_server.jarserver_start』が表示されserver_startできなかった😖 ターミナルが白いのは好みです😂 #デイトラ #Javaコース
2
132
None? Can always be replaced by reflection with almost no perf impact on a hot JVM (and not significant for a cold one if localised) but classloading is slower even if you override a single class due to the new lookup strategy handling mjar (JarFile#getVersionedEntry).
70
Any bioinformatics folk got 5 mins to help me? Trying to upload seq data to ENA (for first time) Have the files uploaded and now want to submit. Have webin-cli set up and following YouTube tutorial have all the command right, but keeps saying ‘invalid or corrupt jarfile reads’
3
2
17 Jan 2022
You can see this signature for yourself if you run the following command: keytool -printcert -jarfile forge-1.18.1-39.0.43-installer.jar (newer jars will have the same signature as well, older jars have a different, expired signature)
17 Jan 2022
84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
4
Windows Explorer address bar can act as one-shot command prompt in current directory. Launching 'cmd', 'code.cmd' or anything from %PATH% works. Even with args like "java -jar <jarfile>". freecodecamp.org/news/window…
1
Replying to @starbuxman
Usage: java [options] <mainclass> [args...] (to execute a class) or java [options] -jar <jarfile> [args...] (to execute a jar file) or java [options] -m <module>[/<mainclass>] [args...] java [options] --module <module>[/<mainclass>]
1
10
12 Aug 2021
Are @Java @JakartaEE Application Servers Heavy? Today @foojayio watch live demonstrations of application servers that show it’s possible to have a small footprint & low resource usage in #JakartaEE runtimes. Payara allows for a single #JARfile deployment hubs.ly/H0V81C10
3
Replying to @Erik_programme
Windowsでの拡張子の関連付けの問題ですかね。 OpenJDKでもディストリビューションによってはインストーラで関連付けてくれます。 > assoc .jar .jar=jarfile > ftype jarfile jarfile="C:\Program Files (x86)\Java\jre1.8.0_281\bin\javaw.exe" -jar "%1" %* のように関連付けが確認できます。
1
1
2
nice article - fyi, instead of having to download those tools just do jbang github.com/java-decompiler/j… <jarfile> or jbang github.com/deathmarine/Luyte… <jarfile>

25 Dec 2020
New Post: Viewing Contents of a JAR File buff.ly/3nECbNG
3
8
AWS CodeBuild Error: Unable to access jarfile | #Java Code Geeks - 2020 buff.ly/3dRI1HE

1
This looks bad. If our analysis is correct, using URLClassLoader with jar files is simply broken. It opens the file using an internal cache, attempting to reuse a previously-opened JarFile. But if you close the URLClassLoader, it also closes the JarFile, poisoning the cache.
4
3
8
20 May 2020
Unable to convert Form 16A data into pdf through Traces PDF Converter1.4L. On running the batch file, error msg “unable to access jarfile” is being displayed. Have latest java(1.8.0), too. Any help?? @IncomeTaxIndia
1
6
JavaならJDKインストールしてパス通して、javacでコンパイル、java classfileで実行、jarでjarファイル作ってjava -jar jarfileでjarファイル実行みたいな感じのがC言語ではよくわかっていない
2
2
4