Subject:java apparently running, cannot find ouput Author:(Deleted User) Date:07 Feb 2019 08:48 AM Originally Posted: 07 Feb 2019 08:47 AM
Hi
I am very new to Stylus Studie and my java is a bit rusty so please excuse my newbe question.
Validating this product in order to see if it may be used in our production, have created a simple .sef file and wanted to do some scenarios where we test error messages if input is not valid.
I therefore created a small java class based on the sample I found on this site and tried to run (in stylus studiu). The class is compiling without errors, there is however no output. No output file is created, so I added a System.out.print, this is not giving any output either. Below is my code, please can anybody see why it is not giving output of any kind.
I am not sure if the code is running at all.
public class TestConvert {
public static void main(String args []) throws Exception
{
FileOutputStream fos = new FileOutputStream("c:/tmp/3325_iso_out.edi");