Questions tagged [j-integra]

5 questions
6
votes
0 answers

Sometimes (randomly) application crash with ntdll.dll as faulting module

We have homegrown java application that uses JIntegra.jar. The JAVA application also connects to a application running in .NET. The application works fine most of the time. But sometimes for some unknown reason the application crashesh. When…
Nayan Sonthalia
  • 237
  • 1
  • 4
  • 22
2
votes
1 answer

Downloading and uploading files without ftp and sftp

I want to get download and upload from a remote windows machine(workgroup,or domain) to my local unix machine.I dont want to use Sftp or FTP server.I also consider the Jcifs(smb) librariy but it only allowing access to shared directories.I want to…
ayengin
  • 1,606
  • 1
  • 22
  • 47
1
vote
0 answers

Using HP Quality Centre 10 from Java

I am trying to connect to HP QC 10 from Java+jIntegra with the following code: System.setProperty("JINTEGRA_NATIVE_MODE", ""); TDConnection connection = new TDConnection(); System.out.println("TDConnection object…
Marco
  • 83
  • 4
0
votes
1 answer

org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC0000070

public class JIntegra { private static final String WMI_DEFAULT_NAMESPACE = "ROOT\\CIMV2"; private static JISession configAndConnectDCom( String domain, String user, String pass ) throws Exception { …
vinzzz
  • 1
  • 2
0
votes
1 answer

java.io.IOException: Cannot run program "tskill": CreateProcess error=2, The system cannot find the file specified

I'm trying to run a Java program that runs the tskill Windows command, but im getting the exception listed in the title. tskill is on the path when I run it from the command prompt. I'm running this program as a Java Application in Eclipse. I…
Mr Smith
  • 3,318
  • 9
  • 47
  • 85