To run the Indian income tax Java utilities on Linux Mint 20 or Fedora 32 or Ubuntu 20.04 LTS, refer to this link https://askmeaboutlinux.com/2020/07/30/how-to-run-india-income-tax-java-utilities-on-linux-mint-20-or-ubuntu-20-04-lts/ Upon download and execution of the income tax India utilities for the ITRs for Java, the following error is display when the utility is run using Java 11 on Linux. "Error: … Continue reading How to use India income tax Java utilities on Linux Mint 19
Tag: .jar
How to create a .jar file with entry point using jpackit for your Java application
Download jpackit from this link http://sourceforge.net/projects/jpackit/ Create a jar file of all the *.class files in your java folder $ jar -cvf myapplication.jar *.class <enter> Start jpackit as follows: $ java -jar jpackit-1.0.2.jar <enter> Now fill in the parameters by clicking the Choose ... button next to them Parameter Value Comment Base Dir /home/user/myapplication The … Continue reading How to create a .jar file with entry point using jpackit for your Java application
Java PC – FreeDOS / any OS on a Java based Virtual Machine software
You would have heard of VMWare, VirtualBox and other Virtual Machine software. Here is JPCApplication.jar. A virtual machine software written in Java. It executes on any platform, including a cell phone.