We have an existing Tomcat / Linux / Servlet / Java web server, but we no longer have a developer. We have C # / Windows code (a desktop application) that does the same type of calculation / data manipulation as a website. I study why they give slightly different results.
To achieve this, I would like to write a small test exe java that calls the code with specific input and spits out the output + some debugging information.
My main problem is that I'm new to Java: where do I start writing this exe and calling existing classes (instead of Tomcat calling these classes somehow)?
I have an Ubuntu VM with Eclipse. Java source code is installed and compiled.
My main question is about how to set up an exe program project in Eclipse and set up the necessary links to call these exsting classes. This is not about the Java language itself (I know C #, which was eventually inspired by Java)
TIA
source
share