Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
/ JNAutoIt Public archive

JNAutoIt - Java Native Access for AutoIt

Notifications You must be signed in to change notification settings

midorlo/JNAutoIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JNAutoIt - Java Native Access for AutoIt

Build License

Archived

I cannot maintain this project for time reasons. Any fork is welcome

Basic Overview

This project aims to bring AutoIt functionality to Java. To do so, it wraps AutoItX via Java Native Access. It should serve as a successor of accessrichard/autoitx4java.

Building from source

mvn clean install

This will require a windows >=8 host.

Dependencies

Usage

import de.midorlo.jnautoit.jna.AutoItX;
..
AutoItX aix = AutoItX.getInstance();
aix.AU3_MouseMove(640, 480);

About

JNAutoIt - Java Native Access for AutoIt

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages