Skip to content

OpenAvril/OpenCFSD_Java_Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCFSD Java Assembly.

main Branch.


Branches.

  • main.
  • DEVELOPMENT.

Using.

Ubuntu LINUX.

version: Ubuntu 24.04.4 LTS

IntelliJ IDEA 2026.1.

Build #IU-261.22158.277, built on March 25, 2026.

Dependencies.

The Java Development Kit (JDK).

Java Runtime Eenvironment (JRE).

GCC toolchain.

IntelliJ-idea.

Apache Maven.

Terminal install of the above.

sudo apt install openjdk-8-jdk
sudo apt install openjdk-8-jre
sudo apt install build-essential gdb
sudo snap install intellij-idea --channel=2026.1/stable --classic

Java Native Access Library.

edit pom.xml.
 <dependency>
	    <groupId>net.java.dev.jna</groupId>
	    <artifactId>jna</artifactId>
	    <version>5.13.0</version> <!-- Use the latest version -->
	</dependency>
	<dependency>
	    <groupId>net.java.dev.jna</groupId>
	    <artifactId>jna-platform</artifactId>
	    <version>5.13.0</version> <!-- Use the latest version -->
	</dependency>

Implements.

  • CLIBWriteQue dll(s).

  • CLBILaunchQue dll(s).

  • OpenEpiCentre dll.


How To Guildes.

Stack Flow - From Client Input Scanner To Server And Back To Client.

Wrapper Imports / Exports and Native IO.

About

OpenEpiCentre ft. CLIBWriteQue and CLBILaunchQue, deployed in a Java Application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages