You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very new to Java development. I'm used to working in an environment with a build system or something already set up where I can just run <toolname> build or something and have it just work. This has no such thing. I tried my hardest to set up an Ant build for this, but I couldn't figure it out. Can you tell me how to compile it without a build system, so that I might be able to set up a build system in the future? I don't get how to set the classpath and such.
The text was updated successfully, but these errors were encountered:
Very new to Java development. I'm used to working in an environment with a build system or something already set up where I can just run
<toolname> build
or something and have it just work. This has no such thing. I tried my hardest to set up an Ant build for this, but I couldn't figure it out. Can you tell me how to compile it without a build system, so that I might be able to set up a build system in the future? I don't get how to set the classpath and such.The text was updated successfully, but these errors were encountered: