https://github.com/toktok/jtox
JVM Tox GUI client using JavaFX
https://github.com/toktok/jtox
gui javafx openjfx toktok tox-client
Last synced: 2 months ago
JSON representation
JVM Tox GUI client using JavaFX
- Host: GitHub
- URL: https://github.com/toktok/jtox
- Owner: TokTok
- License: gpl-3.0
- Created: 2018-01-10T19:51:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T09:50:35.000Z (4 months ago)
- Last Synced: 2025-04-10T04:06:50.284Z (2 months ago)
- Topics: gui, javafx, openjfx, toktok, tox-client
- Language: Java
- Homepage: https://toktok.ltd/
- Size: 418 KB
- Stars: 7
- Watchers: 26
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Java Tox client
This is a simple test client for tox4j.

## Contributing
We're using the standard Github workflow for our code reviews. Just open Pull
Requests and the reviewer will guide you through the process.# Building jTox
To build the package itself, add the TokTok maven repository
`https://dl.bintray.com/toktok/maven` to your maven settings. If you don't have
any maven settings, run:```sh
cp settings.xml ~/.m2/
```Then run:
```sh
mvn package
```This will create an executable jar with everything you need in it in
`target/jtox-0.1.0-jar-with-dependencies.jar`. You can then execute it from the
command line or by clicking on it in your operating system GUI.```sh
java -jar target/jtox-0.1.0-jar-with-dependencies.jar
```