amelentev / java-oo

Java Operator Overloading
http://amelentev.github.io/java-oo/
268 stars 31 forks source link

How do I install java-oo into my installation of Java? #70

Open BenHut1 opened 5 months ago

BenHut1 commented 5 months ago

I don't have an IDE, just running javac.exe from the command line. So how do I use java-oo here?

amelentev commented 5 months ago

Please read the readme, javac section. https://github.com/amelentev/java-oo?tab=readme-ov-file#javac-ant-etc Just download the jar and run javac.exe -cp javac8-oo-plugin.jar ...