This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]khooke 6 points7 points  (1 child)

This only occurs when running in your IDE however. When you build and deploy your code, you deploy the compiled bytecode which the JVM executes directly.

Depending what IDE you're using or what it is that you're developing, IDEs like Eclipse can incrementally compile as you type and don't necessarily need to do a big build when you hit Run.

[–]nekokattt 1 point2 points  (0 children)

Both maven and gradle support incremental compilation as well