Joined July 2013
·
Posted to
Bash save for later
over 1 year
ago
Good tip! And you can also use Ctrl-a, Ctrl-k and Ctrl-y sequence.
Posted to
How to make a JAR file Linux executable
over 1 year
ago
@paolodt I encounter a problem when I use dynamic compilation in my JAR. The JAR will read in external Java sources that implement an interface in the JAR. When in Eclipse IDE, things work fine, but after creating the final executable file, it will fail with error "cannot read zip file entry". So there is any solution for this problem?
Posted to
How to make a JAR file Linux executable
over 1 year
ago
This is just what I need! Thank you!
Achievements
119 Karma
1,905 Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Bear
Have at least one original repo where Objective-C is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
This is just the exact solution for my problem! Thank you!