Initial Commit

This commit is contained in:
2026-04-14 09:18:03 -04:00
commit 64d713a283
91 changed files with 6518 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# j3270
An x3270 based emulator ported to Java using AI
## Acknowledgements
- [x3270](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
- [RFC ](https://github.com/matiassingers/awesome-readme)
- [Claude](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
- [Antigravity]()
- [Gemini ]()
## Deployment
To build your own jar you can read or use run.sh
```bash
./run.sh
```
Or from the jar [with optional config]
```bash
java -jar j3270.jar [-c config.ini]
```
## Contributing
Contributions are welcome!
I have contributed no code to this project, it was entirely written by LLMs with my guidance only.