Hello, I would like to run a free java https://sourceforge.net/projects/finanx/files/latest/download which mimics de HP 12C calculator. The finanx.jar file is in my local drive. The only requirement is java installed (for Archlinux). Just a newbie asking for help. Thanks in advance.
Something like nix-shell -p jdk --run 'java -jar finanx.jar'
should do the trick.
1 Like
Many thanks for your solution. It works!