31 lines
547 B
Markdown
31 lines
547 B
Markdown
|
|
# j3270
|
|
|
|
An x3270 based emulator ported to Java using AI
|
|
|
|
|
|
## 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.
|
|
|
|
## Acknowledgements
|
|
|
|
- [x3270](https://x3270.miraheze.org/wiki/Main_Page)
|
|
- [Antigravity](https://antigravity.google)
|
|
- Claude Opus 4.6
|
|
- Gemini 3.1 Pro (High)
|