Hi, I'm new to OS X and could use a little help.
I use a program for work called XWand from Fujitsu, it's a Java application that normally is executed from a batch file in windows. I've managed to get the aplacation to run by editing the batch file contents a little bit and pasting it into the Terminal. Now, what I'd like to do is create either a batch file equivalent, or a shortcut that will run the the below commend in the Terminal from the folder "/Applications/Fujitsu XWand Files".
Thanks,
I use a program for work called XWand from Fujitsu, it's a Java application that normally is executed from a batch file in windows. I've managed to get the aplacation to run by editing the batch file contents a little bit and pasting it into the Terminal. Now, what I'd like to do is create either a batch file equivalent, or a shortcut that will run the the below commend in the Terminal from the folder "/Applications/Fujitsu XWand Files".
Code:
java -mx800m -ms256m -DXWAND_LICENSE=. -classpath lib/instancecreator2.jar:lib/tool-common.jar:lib/taxeditor2.jar:lib/xwexplorer.jar:lib/xwandlink.jar:lib/xmlpro.jar:lib/xmlschemac.jar:lib/xmltransx.jar:lib/xwand.jar:lib/xwandschema.jar:lib/xbrldiff2se.jar:lib/xmlpath2.jar:lib/xmlpath2fn.jar:lib/xwand_xpath2.jar -Dcom.fujitsu.xml.xbrl.report.taxonomy.supportCSV=y es -Dconfig.dir="conf" com.fujitsu.xml.xbrl.xwexplorer.XWandExplorerPlatf orm
Thanks,
~ Austin
~ Austin






