Questions tagged [hacl]

The HACL for Java is a set of classes and methods that allow application programmers to access host applications at the 3270 and 5250 data stream levels easily and quickly. HACL implements the core host access function in a complete class model that is independent of any graphical display and only requires a Java-enabled browser or comparable Java environment to operate.

see https://www-01.ibm.com/software/network/commserver/windows/library/clsvr30.htm

8 questions
2
votes
3 answers

IBM PCOMM with Java

I'm totally new to this PCOMM things so I have a question. I'm using the "Personal Communications" Software by IBM. I also have an Visual Basic PCOMM sript which I want to rewrite in java. Is there some kind of documentation of how to do this?
Simiil
  • 2,281
  • 1
  • 22
  • 32
1
vote
1 answer

IBM PCOMM Automation using Java

I am trying to automate IBM PComm Application using HACL Java library classes . I have succeeded in establishing connection to the pcom session as well as set /get cursor position and extracting text from the current cursor position on the…
1
vote
2 answers

OSGi and native events

I am using a lib which communicates with another application through some native connection. I have no sourcecode whatsoever of this lib, so i cant really specify how the application actually communicates. Anyway, it works pretty well and i can…
Simiil
  • 2,281
  • 1
  • 22
  • 32
0
votes
0 answers

Where to find the Java PComm HACL library

I've developped for my company multiple VB macro interacting with IBM Personnal Communication but I'd like to switch all those macro to Java for various reasons (mostly because I really hate working with VB and it is extremely slow) While searching…
0
votes
0 answers

How can we Cucumber file Parallel execution using Ant

I want to execute cucumber feature file parallel, I am using ant build file for build the application below is the sample cucumber file I am reading the data from excel sheet, If excel sheet has 10 data, I want split the data into 2 parts and each…
amar
  • 1
  • 1
0
votes
0 answers

How to run mainframe application in headless mode using HACL library

I want to run mainframe application in headless mode using HACL library and Jframe configuration, I have done the below configuration and setvisible property false. `term = new Terminal(p); session = term.getECLSession(); ps =…
vishwa
  • 31
  • 11
0
votes
0 answers

WaitForInputReady method is not availlable in Host Access Control Library(HACL)

I have ECL-14.53.0 jar in this jar WaitForInputReady method is not available from ECLOIA class, I have WaitForInput method in my ECLOIA class, I want to know in which version of jar WaitForInputReady method is available from ECLOIA class or is both…
0
votes
0 answers

Asynchronous error with PCOMM V.14 Automation

I have some VBscripts that automate IBM Personal Communications Since I have to use the version 14 (64 bits) sometimes I get errors: If I use the function CreatObject the error is: The specified module could not be found. If I use the Wscript method…