Compare the Top Text Editors that integrate with Java as of November 2024

This a list of Text Editors that integrate with Java. Use the filters on the left to add additional filters for products that have integrations with Java. View the products that work with Java in the table below.

What are Text Editors for Java?

Text editors are used to create, edit, modify and change configuration files and text source code, as well as programming language source code. Compare and read user reviews of the best Text Editors for Java currently available using the table below. This list is updated regularly.

  • 1
    Visual Studio Code
    VSCode: Code editing. Redefined. Free. Built on open source. Runs everywhere. Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules. Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console. Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service. Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor. Learn more about extensions. With Microsoft Azure you can deploy and host your React, Angular, Vue, Node, Python (and more!) sites, store and query relational and document based data, and scale with serverless computing.
  • 2
    IntelliJ IDEA

    IntelliJ IDEA

    JetBrains

    IntelliJ IDEA analyzes your code, looking for connections between symbols across all project files and languages. Using this information it provides in-depth coding assistance, quick navigation, clever error analysis, and, of course, refactorings. ^⇧Space gives you a list of the most relevant symbols applicable in the current context. This and other completions are constantly learning from you, moving the members of the most frequently used classes and packages to the top of the suggestions list, so you can select them faster. Digs a tad deeper than Smart Completion and lists applicable symbols accessible via methods or getters in the current context. Say you're looking for a value of Project and only have the Module module declaration. Press ^⇧Space twice to get module.getProject() without any additional effort. Static members completion Lets you easily use static methods or constants. Offers a list of symbols matching your input and automatically adds required import statements.
    Leader badge
    Starting Price: $14.90 per user per month
  • 3
    Sublime Text

    Sublime Text

    Sublime HQ

    A sophisticated text editor for code, markup and prose. Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever. The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings. Sublime Text has a powerful, Python API that allows plugins to augment built-in functionality. Package Control can be installed via the command palette, providing simple access to thousands of packages built by the community.
    Leader badge
    Starting Price: $80 one-time fee
  • 4
    Notepad++

    Notepad++

    Notepad++

    Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.
    Leader badge
    Starting Price: Free
  • 5
    Apache NetBeans

    Apache NetBeans

    Apache Software Foundation

    Development Environment, Tooling Platform and Application Framework. Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets you easily refactor code, with a range of handy and powerful tools. Apache NetBeans provides editors, wizards, and templates to help you create applications in Java, PHP and many other languages. Apache NetBeans can be installed on all operating systems that support Java, i.e, Windows, Linux, Mac OS X and BSD. Write Once, Run Anywhere, applies to NetBeans too.
    Starting Price: Free
  • 6
    Atom

    Atom

    GitHub

    Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration. A text editor is at the core of a developer’s toolbox, but it doesn't usually work alone. Work with Git and GitHub directly from Atom with the GitHub package. Create new branches, stage and commit, push and pull, resolve merge conflicts, view pull requests and more—all from within your editor. The GitHub package is already bundled with Atom, so you're ready to go! Atom works across operating systems. Use it on OS X, Windows, or Linux. Search for and install new packages or create your own right from Atom. Atom helps you write code faster with a smart and flexible autocomplete. Easily browse and open a single file, a whole project, or multiple projects in one window.
    Starting Price: Free
  • 7
    EditPlus

    EditPlus

    Sangil Kim (ES-Computing)

    EditPlus is a text editor for Windows with built-in FTP, FTPS and sftp capabilities. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.
    Starting Price: $35
  • 8
    BBEdit

    BBEdit

    Bare Bones Software, Inc.

    The leading professional HTML and text editor for the Mac, with high-performance features for editing, searching, and manipulation of text.
    Starting Price: $49.99
  • 9
    Overleaf

    Overleaf

    Overleaf (Writelatex Limited)

    There's nothing complicated or difficult for you to install, and you can start using LaTeX right now, even if you've never seen it before. Overleaf comes with a complete, ready to go LaTeX environment which runs on our servers. With Overleaf you get the same LaTeX set-up wherever you go. By working with your colleagues and students on Overleaf, you know that you're not going to hit any version inconsistencies or package conflicts.
  • 10
    UltraEdit

    UltraEdit

    IDM Computer Solutions

    For almost 3 decades, UltraEdit has been the go-to text editor for 2+ million users and many Fortune 100/500/1000 enterprise customers. Renowned for its power and performance in handling and processing huge files and data, UltraEdit is also a highly configurable and fully themed code editor with support for nearly any source language or syntax. Often called the "Swiss army knife" of text editors, UltraEdit is a powerful tool for users in a wide range of responsibilities and industries. From programming and project management to large file manipulation, from data sorting and column/block editing to remote (FTP/SFTP) file operations, from advanced file searching and text data reformatting, there's almost no problem that UltraEdit can't solve in the world of text editing. UltraEdit is available for Windows, Mac, and Linux and is supported by a professional development team and customer service staff located in the USA.
  • 11
    TextMate

    TextMate

    MacroMates

    Powerful and customizable text editor with support for a huge list of programming languages and developed as open source. Making multiple changes at once, swapping pieces of code, and a lot more is made trivial with TextMate’s easy way to add multiple insertion points. Select what you want to search, what you want to search for, and TextMate will present the results in a way that makes it easy to jump between matches, extract matched text, or preview desired replacements. See what files have changes in the file browser view, what lines have changes in the editor view, bring up a diff of the current file’s changes, commit a subset, TextMate supports it all for all the major version control systems. One file mixing languages? Projects using different build systems? Third party code with different formatting preferences? TextMate can handle it all by associating detailed scope selectors with key shortcuts, settings, etc.
  • 12
    WordPad

    WordPad

    Microsoft

    WordPad is a basic text-editing app you can use to create and edit files, include text with different fonts and colors, insert pictures, and add links to other files. You can use WordPad to open and save text files (.txt), rich text files (.rtf), Word documents (.docx), and OpenDocument text files (.odt). Files in other formats will open as plain text files and might not appear as expected. Some features, like headers, footers, and annotations, aren’t supported in WordPad. If you open a file with these features and then save the file in WordPad, you’ll lose the content in these features. If you want to change such a file, but don’t want to lose the original content, tap or click Save as and save the file with a different name. That way you can make changes to a copy of the file while keeping the content in the original file intact. For more info about what each button does, press and hold the button for a description (or if you’re using a mouse, point to the button).
  • 13
    Predator CNC Editor

    Predator CNC Editor

    Predator Software

    The Predator CNC Editor is the most popular CNC code editor available on the market. It includes hundreds of features to improve the day to day productivity of CNC machine tools, operators and CNC programmers, yet it is extremely easy to use. The Predator CNC Editor is the ideal choice for the small job shop or the largest manufacturer.
    Starting Price: $250
  • 14
    SlickEdit

    SlickEdit

    SlickEdit

    A true cross-platform, multi-language code editor, with support for over 60 languages on 9 platforms. Build or compile your project, then double-click on an error message in the Build window to jump to that location. Errors and warnings are marked with an icon in the left margin. In addition, the overview bar, positioned alongside the vertical scrollbar, marks the position of errors and warnings relative to the current scroll position in the document. To quickly scroll a marked location into view, you can drag the scrollbar slider to the mark, or click on the mark itself. SlickEdit's integrated debugging provides a convenient and easy to use front-end for many debuggers. Set breakpoints, step, inspect the stack, view variables/members - all the features you expect from a debugger. SlickEdit supports debugging for: GNU C/C++, Java, WinDbg, Clang C/C++ LLDB, Google Go, Python, Perl, Ruby, PHP, XCode, Scala, C# using Mono, Visual Basic using Mono, and Android JVM/NDK.
    Starting Price: $99.95
  • 15
    EmEditor

    EmEditor

    Emurasoft

    EmEditor is a fast, lightweight, yet extensible, easy-to-use text editor for Windows. Both native 64-bit and 32-bit builds are available, and moreover, the 64-bit includes separate builds for SSE2 (128-bit), AVX-2 (256-bit), and AVX-512 (512-bit) instruction sets.
    Starting Price: $39.99
  • 16
    Textastic

    Textastic

    Textastic

    Textastic for Mac is the perfect desktop companion to the popular iOS code editor. With support for more than 80 source code and markup languages, Textastic brings the powerful syntax coloring engine of the iOS source code editor to the Mac. You can use your own TextMate, and Sublime Text, compatible syntax definitions. Textastic for Mac is based on the code editor that powers the iOS app. It uses native macOS APIs like Core Text for maximum speed. Code completion, file navigation with the symbol list and support for modern Mac features like Auto Save and Versions make your life easier. With iCloud Drive, you can sync your files across your macOS and iOS devices with ease. The app packs in support for 80 source code and markup languages, iCloud auto-save and macOS Versions. Built with the ability to import syntax definitions, themes and templates from TextMate.
    Starting Price: $7.99 one-time payment
  • 17
    TextPad

    TextPad

    TextPad

    When just getting the job done is work enough, the last thing you need is to waste time having to learn yet another computer application. Your experience with other tools should be relevant to each new application, making it possible to sit down and use that new application right away. That is why TextPad is so popular. Whether you simply need a powerful replacement for Notepad, a tool for editing your web pages, or a programming IDE, TextPad does what you want, the way you would expect. It is available from our website to try before you buy basis, so please download your trial copy now, and find out just how productive you can be. TextPad is designed to provide the power and functionality to satisfy the most demanding text editing requirements. It can edit files up to the limits of virtual memory, and it will work with the 32-bit and 64-bit editions of Windows 11, 10, 8.1, 7, and Server 2008 to 2019.
    Starting Price: $16.50 one-time payment
  • 18
    WildEdit

    WildEdit

    TextPad

    If you ever need to make the same changes to many files at once, then WildEdit will save you a lot of time. It is an interactive tool for users to edit a set of plain text files in a folder hierarchy, filtered by wildcards. This makes it ideal for editing web pages and software source code or reformatting log files and newsletters. It is not suitable for editing files with proprietary binary formats, such as Microsoft Word documents. You simply need to specify the search text, optionally using a regular expression, the replacement text, and a wildcard filter, then let it run. This process can be repeated as often as is required, and up to the last 10 changes can be undone and redone. WildEdit is available as a trial version before you buy it, so please download your trial copy now, and find out just how productive you can be. You can edit any files containing plain text.
    Starting Price: $8.50 one-time payment
  • 19
    DroidEdit

    DroidEdit

    DroidEdit

    Take your work everywhere. Code while you're waiting for the bus or when you're relaxing in a nice beach. Edit your files directly from the cloud. DroidEdit works with Dropbox, Drive, Box, (S)FTP servers and Git. More file providers coming shortly. Syntax highlighting for almost 200 different programming languages. Don't rush to your office if you receive an emergency call asking you to change some code. Just pick your mobile phone and edit everything you need. Checkout, edit, commit and push directly from your phone or tablet. Some developers prefer dark backgrounds, others can only code on paper white screens. To each his own. Use one of the many provided themes for syntax highlighting. If you don't like any, create your own. Expand simple expressions into full fledged HTML code automagically using Emmet.
    Starting Price: Free
  • 20
    Typora

    Typora

    Typora

    Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself. Typora allows you to manage your files easily, providing both file tree panel and articles (file list) side panel, allows you to manage your files easily. Organize your files your way, including putting in sync services, like Dropbox or iCloud. Automatically see the Outline structure of your documents in outline panel, which allows you to quickly go through the document and jump to any section with one click. Export to PDF with bookmarks. Go further and export or import. More formats, including docx, OpenOffice, LaTeX, MediaWiki, Epub, etc, can be exported or imported. See how large your document is in words, characters, lines, or reading minutes.
  • 21
    CodeRunner

    CodeRunner

    CodeRunner

    A lightweight, multi-language programming text editor and IDE for macOS. CodeRunner was designed to support all of the most widely used programming languages and run them instantly. The app is configured to run code in 25 languages out-of-the-box, and additional languages can be configured to run by simply entering their terminal command. With over 200 syntax modes, lots of advanced editing features and thoughtful details, CodeRunner will quickly become your go-to editor for any and all kinds of text files. CodeRunner's code completion is the best you'll find in any IDE. Intelligent matching of typed text enables completions beyond single words. Quickly find the right completion among thousands with the extra-fuzzy search algorithm, helpful documentation snippets, and smart ranking of results. Don't clutter your code with print-statements for debugging. Instead, use CodeRunner's built-in debugging features to set breakpoints and step through your code.
    Starting Price: $19.99 one-time payment
  • 22
    VSCodium

    VSCodium

    VSCodium

    Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking. The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled. Note for Mac OS X Mojave users, if you see “App can’t be opened because Apple cannot check it for malicious software” when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on Mojave. The most up-to-date information on migrating from Visual Studio Code and other quirks you might encounter are documented.
  • 23
    JetBrains Fleet
    Built from scratch, based on 20 years of experience developing IDEs. JetBrains Fleet uses the IntelliJ code-processing engine, with a distributed IDE architecture and a reimagined UI. We built Fleet to be a fast and lightweight text editor for when you need to quickly browse and edit your code. It starts up in an instant so you can begin working immediately, and it can easily transform into an IDE, with the IntelliJ code-processing engine running separately from the editor itself. Fleet inherits the things that developers love the most from IntelliJ-based IDEs – project and context aware code completion, navigation to definitions and usages, on-the-fly code quality checks, and quick-fixes. Fleet’s architecture is designed to support a range of configurations and workflows. You can simply run Fleet just on your machine, or move some of the processes elsewhere – for example by locating the code processing in the cloud.
  • 24
    Bluefish

    Bluefish

    Bluefish

    Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages. See features for an extensive overview, take a look at the screenshots, or download it right away. Bluefish is an open-source development project, released under the GNU GPL license. Bluefish is a multi-platform application that runs on most desktop operating systems including Linux, FreeBSD, MacOS-X, Windows, OpenBSD and Solaris. Bluefish 2.2.12 is a minor maintenance release with some minor new features. Most important is a fix for a crash in a simple search. Python 3 compatibility has been further improved. Encoding detection in python files has been improved. Triple-click now selects the line. On Mac OSX Bluefish deals better with the new permission features. Also using the correct language in the Bluefish user interface is fixed for certain languages on OSX.
  • 25
    Geany

    Geany

    Geany

    Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. It runs on Linux, Windows and MacOS is translated into over 40 languages, and has built-in support for more than 50 programming languages. One the primary reasons for Geany's existence is that there is a need for a decent, GUI, lightweight, cross-platform, flexible and powerful IDE/editor. Many editors meet one or more of these requirements but fall short on others. Using the GPL v2 license, Geany assures that not only can you customize and hack it, but that everyone benefits from changes the community makes. Many parts of Geany are heavily customizable like color themes (Geany Themes) or adding new filetypes. Furthermore, Geany provides many settings to let you adjust it to your needs and preferences. Many supported filetypes including popular programming languages like C, Java, PHP, HTML, JavaScript, etc.
  • 26
    Spacemacs

    Spacemacs

    Spacemacs

    A community-driven Emacs distribution. The best editor is neither Emacs nor Vim, it's Emacs and Vim! Spacemacs is a new way to experience Emacs, a sophisticated and polished set-up focused on ergonomics, mnemonics and consistency. Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help etc. Innovative real-time display of available key bindings. Simple query system to quickly find available layers, packages and more. Similar functionalities have the same key binding everywhere thanks to a clearly defined set of conventions. Community-driven configuration provides curated packages tuned by power users and bugs are fixed quickly.
  • 27
    CudaText

    CudaText

    CudaText

    CudaText is a cross-platform text editor, written in Object Pascal. It is open source project and can be used free of charge, even for business. It starts quite fast on Linux on CPU Intel Core i3 3GHz. It is extensible by Python add-ons, plugins, linters, code tree parsers, external tools. Syntax parser is feature-rich, from EControl engine. Syntax highlight for lot of languages (270+ lexers). Code tree structure of functions/classes/etc, if lexer allows it. Code folding, multi-carets and multi-selections. Find/Replace with regular expressions. Configs in JSON format. Including lexer-specific configs. Tabbed UI, with a split view to primary/secondary, and a split window to 2/3/4/6 groups of tabs. Command palette, with fuzzy matching, minimap, and micromap. Shows unprinted whitespace and offers support for many encodings. Customizable hotkeys. Binary/Hex viewer for files of unlimited size (can show 10 Gb logs).
  • 28
    Buffer Editor

    Buffer Editor

    Buffer Editor

    Buffer Editor is a powerful code and text editor that lets you easily develop software, view code or take notes on the go. Join thousands of coders who trust Buffer Editor for fast, powerful, and advanced code editing on mobile devices. Preview any files supported by iOS including images, PDFs, movies and documents. Quickly switch between your open files. Open multiple terminals in tabs. Preview on localhost or on your server.
    Starting Price: $9.99 one-time payment
  • 29
    jEdit

    jEdit

    jEdit

    jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0. Built-in macro language; extensible plugin architecture. Hundreds of macros and plugins available. Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature. Supports a large number of character encodings including UTF8 and Unicode. Highly configurable and customizable. Every other feature, both basic and advanced, you would expect to find in a text editor.
  • 30
    ConTEXT Editor

    ConTEXT Editor

    ConTEXT Editor

    ConTEXT is small, fast and powerful text editor for software developers. Unlimited open files, unlimited editing file size length, powerful syntax highlighting for C/C++, Delphi/Pascal, 80x86 assembler, Java, Java Script, Visual Basic, Perl/CGI, HTML, SQL, Python, PHP, Tcl/Tk, user definable syntax highlighter, project workspaces, compiler integration, multi-language support and many more features.
    Starting Price: $0
  • Previous
  • You're on page 1
  • 2
  • Next