Allow to run a java -jar image
See original GitHub issueThe plugin currently requires directly or indirectly a main class. It is possible to run Java code via java -jar archive.jar
. The plugin should support that.
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
Add image to JAR Java - Stack Overflow
First step: Put your image in a defined location in your JAR-file. If you put it into the src-folder, maybe your IDE or...
Read more >Creating a JAR File (The Java™ Tutorials > Deployment ...
This command will generate a compressed JAR file and place it in the current directory. The command will also generate a default manifest...
Read more >How to Run a .Jar Java File: 10 Steps (with Pictures) - wikiHow
1. Install Java on your computer if it isn't installed. You can't run JAR files without Java installed on your computer. If you...
Read more >How to put your Java application into Docker container
Creating and running the container. To start with that go to the root folder of your project (in my case ~/nasa-picture ) and...
Read more >How to Make a JAR File with Resources (Images) - Java Extra 8
Your browser can't play this video. Learn more. Switch camera.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chanseokoh: I wasn’t clear about the problem I had seen earlier with the two wars having the same content but different checksums: it was about real wars that where put on Artifactory, and rebuilding one created a different SHA-256 checksum which was confusing. This had nothing to do with jib; I just happened to like the idea of resetting the timestamps when building an archive.
Closing due to cleanup. Please reopen if needed.