All Projects → devanshkaloti → IDEProjectConverter-Java

devanshkaloti / IDEProjectConverter-Java

Licence: MIT license
Convert Java Projects created in IntelliJ to Netbeans.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to IDEProjectConverter-Java

Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+935.29%)
Mutual labels:  netbeans, intellij
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+105.88%)
Mutual labels:  netbeans, intellij
watchdog
IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
Stars: ✭ 18 (-47.06%)
Mutual labels:  intellij
railways
A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
Stars: ✭ 44 (+29.41%)
Mutual labels:  intellij
ycy-intellij-plugin
Programmer Motivator: Chaoyue Yang for IntelliJ Platform
Stars: ✭ 100 (+194.12%)
Mutual labels:  intellij
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+27473.53%)
Mutual labels:  intellij
nb-nodejs
NodeJS support for NetBeans, originally hosted on netbeans.org
Stars: ✭ 90 (+164.71%)
Mutual labels:  netbeans
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-23.53%)
Mutual labels:  intellij
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (-26.47%)
Mutual labels:  intellij
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (+82.35%)
Mutual labels:  intellij
intellij-idea-community
Unofficial .deb packages of IntelliJ IDEA Community Edition. This is a mirror of
Stars: ✭ 32 (-5.88%)
Mutual labels:  intellij
JetBrainsCopilot
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)
Stars: ✭ 155 (+355.88%)
Mutual labels:  intellij
intellij-kubernetes
Kubernetes (and OpenShift) language support for IntelliJ IDEA
Stars: ✭ 26 (-23.53%)
Mutual labels:  intellij
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (-38.24%)
Mutual labels:  intellij
intellij-background-chibichara
drawing plugin chibichara coner of your editor, for intellij etc
Stars: ✭ 53 (+55.88%)
Mutual labels:  intellij
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-32.35%)
Mutual labels:  netbeans
san-jose-theme
A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides)
Stars: ✭ 64 (+88.24%)
Mutual labels:  intellij
idea-return-highlighter
Highlight return keywords.
Stars: ✭ 24 (-29.41%)
Mutual labels:  intellij
previewjs
Preview UI components in your IDE instantly
Stars: ✭ 1,331 (+3814.71%)
Mutual labels:  intellij
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+52.94%)
Mutual labels:  intellij

IntelliJ to NetBeans Project Converter

Make your Java applications created in IntelliJ easily compatible with NetBeans!

Run the following command in terminal or command prompt

python convert.py

Enter Source Path: /Users/johnexample/Desktop/myproject 

That's all it will take to convert your project. Enjoy!

Don't hesitate to contact me at [email protected] if you have and questions or problems.

Explanation

The nbproject is a required folder by NetBeans, where it keeps its project settings. The only neccessary project build files needed are the project.xml and project.properties.

In project.xml, line 5 is changed to reflect the accurate name of the user's project. An unmodified copy is kept in the template folder, and the working copy of the settings are duplicated in the internal nbproject folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].