edpegg / CutTheKnot-Java

Java code from https://www.cut-the-knot.org/ written by Alexander Bogomolny
MIT License
24 stars 9 forks source link

Running JAVA Class Files #1

Open SciFunGYWS opened 5 years ago

SciFunGYWS commented 5 years ago

Hi,

I'm a naive user of JAVA language. Can you please guide me on how should I run that in ECLIPSE tool. I have downloaded the classes.zip and want to run the applets.

Thank you, Jay, Center for Creative Learning, Indian Institute of Technology, Gandhinagar.

Robin-Andrews commented 2 years ago

Agreed it would be really helpful to have some instructions for non Java programmers on how to get these apps running. I've tried unzipping and found the folder I want - e.g. bicolor and running java bicolor from that folder, but that doesn't work (I do have Java installed and in my path). I don't have the big picture knowledge to know why or if it's even possible to get these apps running locally. Some instructions would be appreciated.

HACP commented 1 year ago

Hey @Robin-Andrews and @SciFunGYWS I tried a few ways to run the java classes and failed. I found however that this chrome extension allows you to run the applets in chrome as well as other legacy java apps: https://chrome.google.com/webstore/detail/cheerpj-applet-runner/bbmolahhldcbngedljfadjlognfaaein/related?hl=en hope it helps.

mayd commented 8 months ago

Why don't you release the Java source code? Otherwise this is pretty useless.