ExBin is a binary serialization library written in Java. Installing ExBin on NetBSD is a straightforward process that can be completed by following the steps below.
pkg_add -u
pkg_add -v openjdk8
git clone https://github.com/m1dnight/exbin.git
cd exbin
./gradlew build
This will download all the required dependencies and build the ExBin project.
dependencies {
implementation group: 'org.exbin', name: 'exbin-core', version: '0.5.1'
}
Alternatively, you can build a jar file and use it in your projects:
./gradlew jar
This will generate an exbin-core-0.5.1.jar file in the build/libs directory. You can add this jar file to your project's classpath to start using the ExBin library.
That's it! You have successfully installed ExBin on your NetBSD system and can start using the library in your Java projects.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!