How to excute a Java program on a Unix server?
I have to create a Unix shell script to execute Java code which takes a
input file and creates an output file.
The problem is, I was using this Java code on my local machine (Windows),
using this code:
C:\Work\MCDExcelParserJE\bin>java -classpath .\;.\jxl.jar medicaid.Test
PROCESS
How can I run this on Unix?
No comments:
Post a Comment