About 168,000 results
Open links in new tab
  1. dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains

    It can reliably decompile any .NET assembly into equivalent C# or IL code. The decompiler supports multiple formats including libraries (.dll), executables (.exe), and Windows metadata …

  2. How to decompile and debug a .jar file? - JetBrains

    Jun 13, 2022 · I open the folder the .jar file is located in, but I don't see an option to decompile or inspect the content of the .jar file. I noticed that in regular source code projects, IntelliJ seem to …

  3. Java bytecode decompiler | IntelliJ IDEA Documentation

    Feb 18, 2025 · IntelliJ IDEA features the Java bytecode decompiler that shows you compiled bytecode as if it were human-readable Java code. The decompiler is enabled by default. Open …

  4. mvn compile error. – IDEs Support (IntelliJ Platform) | JetBrains

    May 19, 2018 · [code] [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [/code] This is the output i get when i try to compile using …

  5. Decompile and see the bytecode of Scala code | IntelliJ IDEA

    Jan 16, 2025 · Learn how to decompile Scala bytecode to Java and examine bytecode directly in IntelliJ IDEA.

  6. Java Compiler | IntelliJ IDEA Documentation - JetBrains

    Oct 31, 2024 · If you are not happy with the version of the Eclipse compiler bundled with IntelliJ IDEA, you can use the Path to ECJ batch compiler tool option located in the Settings | Build, …

  7. dotPeek features - JetBrains

    Under the Metadata node, you can explore values of blob items, PE file headers, usages of metadata table items. Same as elsewhere in the assembly tree, you can double-click …

  8. Compiler | IntelliJ IDEA Documentation - JetBrains

    Oct 31, 2024 · compiler, resources, make, compile, heap sizeFile | Settings | Build, Execution, Deployment | Compiler for Windows and Linux IntelliJ IDEA | Settings | Build ...

  9. Kotlin compiler | IntelliJ IDEA Documentation - JetBrains

    Jun 6, 2025 · File | Settings | Build, Execution, Deployment | Compiler | Kotlin Compiler for Windows and Linux IntelliJ IDEA | Settings | Build, Execution, Deployment | Compiler ...

  10. Open and close assemblies | dotPeek Documentation - JetBrains

    Nov 25, 2024 · With dotPeek, you can open any .NET assemblies, decompile and explore their contents. Assemblies can be decompiled and presented as C# code, IL code, or original …