Hey, take a look at this. So, this is a single Java source file and I'm gonna run it with just the java command, right? `java Hello.java` And it just runs, without compiling it first But you already knew that. Well, let me try something new: Do you see that file? `Greeting.java`? Let's rope that one in. I'm gonna run the same command 💥💥💥 Still works. Even changed the output. Now, that's not all. See this JAR there, in the lib folder? Wait, let me open that up. See that JAR there? I'm gonna use that as well. Now, I need to change the command a tiny bit... there you go: It still works! And there you have it: Java 22 can launch multiple source files and even their JAR dependencies straight up without requiring us to call javac, let alone jar. Does that toll the bell for Maven and Gradle?
На этой странице сайта вы можете посмотреть видео онлайн #Java22 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Java 19 Март 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 43,824 раз и оно понравилось 1.5 тысяч зрителям. Приятного просмотра!