hi all 
this didn't run , what am i doing wrong ?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
thanks
			
			this didn't run , what am i doing wrong ?
			
				java.exe arguments in shell:
			
		
		
		    Dim shl As Shell
    Try
        shl.Initialize("shl","java.exe", Array As String("-Xms1024m","-Xmx1024m", "-jar", "D:\test.jar"))
        shl.WorkingDirectory="D:\"
        shl.Run(-1)
    Catch
        Log(LastException.Message)
    End Try 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		