Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Eclipse New Java ProjectNew to Visual Studio Code? Get it now.
Eclipse New Java Project

Eclipse New Java Project

Andrew Mellen

|
92,820 installs
| (5) | Free
Emulates the new project button in eclipse to setup a Java project (including the classpath and .project files).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Eclipse-Like New Java Project

A VSCode extension for people who don't want to use maven or graddle project setups for the Java Extension Pack extension. It creates a project folder with a .classpath and .project file, along with the src and bin directories, similar to eclipse's new java project option.

Features

  • Sets up an eclipse-like project folder for java projects.
  • Classpath is picked up by the Java Extension Pack extension to enable inner-project class definition go-tos, docs, etc.

Example

Usage

  • Press Cmd+Shift+P(Mac) or Ctrl+Shift+P(Windows) and type New Java Project and hit enter.
  • It will prompt for a project name and the Eclipse java build tool to use.

Requirements

  • None that I know of yet. It may need the eclipse build tools, but I have not been able to determine whether you do or not. (Pretty sure you don't)

Known Issues

  • None that I know of yet. Feel free to post an issue if you find something!

Contributing

Feel free to fork and PR! This is my first typescript or javascript project, so if there are any faux pas, feel free to fix them.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft