Hello, I'm Jeon Won-pyo.
The gist of the question is... How can I take the environment I was coding in Windows Eclipse to Linux (Ubuntu)? This is.
Data locally from my laptop (Windows 7, Eclipse) via the Meteorological Agency's neighborhood forecast API is
It parses with HashMap and prints and saves the object as it is in a file.
And I read the file and use it when I need it.
I want to upload this program to the server, hang it on crontab, and automatically request it periodically and save it.
What's the best way?
In the past...
For simple programs, just code with vi on the server, set up and compile the dependency directly, and run it.
Export to a Runnable JAR file and use it.
I created a maven project and made and executed a jar file that packaged the entire dependency.
It depends on the way it works. I wonder how you usually do it.
ubuntu java eclipse
Hello.
Simply....
If you install Eclipse for Ubuntu, you can work in the same environment.
Thank you
© 2024 OneMinuteCode. All rights reserved.