Build and Run TornadoVM with IntelliJ IDEA
Learn how to build TornadoVM with IntelliJ, and run the unit-tests or other Java programs from the IDE.

Thanos Stratikopoulos
7,391 viewsLearn how to build TornadoVM with IntelliJ, and run the unit-tests or other Java programs from the IDE.

Mahendra Rao B
20,386 viewsJava Template Engine(jte) offers a secure and efficient solution tailored for Java and Kotlin.

Mahendra Rao B
18,187 viewsDiscover the bleak of beauty of Java Virtual Machine (JVM) which provides greater insights for Java Developers, packed with intriguing …

Igor Kulakov
5,684 viewsAnalyzing a curious bottleneck in IntelliJ IDEA using the built-in IntelliJ Profiler and several handy debugger features.

Igor Kulakov
7,368 viewsTrouble finding memory leaks in a Java program? Learn how allocation profiling can reveal bugs and help you troubleshoot Java performance.

Igor Kulakov
8,656 viewsLearn how to troubleshoot and optimize Java code with IntelliJ Profiler – using createDirectories() as an example.

Igor Kulakov
11,582 viewsUse the debugger to find out how a Java application works under the hood, access its memory, and modify it without a single source file

This is part 2 of the interviews we recorded at the JCON conference earlier this month in Germany. In this episode, you get two main topics: …

Igor Kulakov
7,554 viewsLearn how to debug unresponsive Java/JVM applications, then reload the fix on the fly, using a hands-on example.

Igor Kulakov
10,678 viewsLearn how to use IntelliJ IDEA's Pause – a lesser known feature that will help you diagnose UI freezes, deadlocks, livelocks, and more