Offline Export / Import #2471
Replies: 5 comments 3 replies
-
|
There is a It has the following export formats:
In your case both "portable" and "fatjar" would probably be good options. The "fatjar" is probably easier to distribute because it's just a single file, but it's an experimental feature and might not always work. The "portable" creates a jar and a lib/ directory with all the dependencies (if any). You can zip both of them up and distribute. |
Beta Was this translation helpful? Give feedback.
-
|
Indeed that sounds like a good match. I'll have a play and see how it works, given there is no import I'm assuming the Zip will be totally portable. Thanks Tako. |
Beta Was this translation helpful? Give feedback.
-
|
had a quick play, so back for more knowledge :-) My exact export need is to export an installed app in a manner that is portable. Is this possible? |
Beta Was this translation helpful? Give feedback.
-
|
I'll try to be precise. I love JBang its awesome. So awesome that I want to use in in place that I don't have the internet, but where the is a JDK. 1st use case is to bundle up some apps and JBang, and unzip and go. Because everything in JBang is declarative and uses a strong convention if I have to do this manually in some bash that pulls stuff into a zip then I'm cool with that. I could well be crazy to even think of such a use case maybe ;-) |
Beta Was this translation helpful? Give feedback.
-
|
Indeed. Jpaxa seems ideal. Thanks for the J'banging support :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using JBang for a while and its handled everything I could throw at it.
I have a machine that is offline, and I was wondering if there is an easy and simple way to export just the the correct bits as a bundle, and import the bundle into the correct places. Ideally from the CLI
Best Regards
Mark
Beta Was this translation helpful? Give feedback.
All reactions