Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I'm using VSCode for java. If I want to be a java developer, can I use VsCode for future coding or I should change it (Eclipse, IntelliJ, NetBeans)?
VSCode support is improving for java, but it is not good as Eclipse yet. If you are looking for free software, then I recommend Eclipse. Paid version of Intellij is really good.
One suggestion is to learn your IDE well. Learn common tasks and use of debugger well.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Can i have intalled on my computer both bluej and netbeans? I have bluej now, if i uninstall it , everything related with it will be unistalled to (every libraries). And generally is netbeans better option?
As per first question, you can install BlueJ, Netbeans, Intellij, Eclipse any other IDE all can be installed in the computer. I have installed both Intellij and Eclise in my system. It is up to the user about how many IDEs to be installed. Besides, each IDE has its own speciality and beauty. It is too broad to compare which one is better. As far as your learning is concerned, you have liberty to use any IDE.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Is it possible to have plugin of the project in eclipse which is build in visual studio as windows application?
No.
Eclipse is written in Java and runs on the JVM.
Visual studio is for .Net develpment on the CLR (and similar).
If you want to write an Eclipse plugin, Start here: http://www.vogella.com/tutorials/EclipsePlugin/article.html
Java isn't too hard to learn if you know C#.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
i used JRebel for few days...but using eclipse Kepler version i did not feel much difference in program execution and Project build, i followed same procedure as they mentioned on their official website. Does JRebel really improve programming efficiency ?
I think this question might get closed as it is very generic but if it doesn't then I think JRebel does not speed up build time or execution but allows classes to be updated on the fly. This can negate the need for server restarts in web development and it is here where JRebel will save time (the time it takes to restart and redeploy an application once a class file is changed.
There is a nice video here
http://zeroturnaround.com/software/jrebel/
Hope this helps
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Which Eclipse version is good for building desktop application in java. ?
Am using eclipse indigo is it good.
Get a modern version of Eclipse and install the WindowBuilder Plugin or get a modern version of NetBeans and start by creating a new JFrame Form.
You can even use Vim, it really doesn't matter. If you want to use the interface builder, you could use Eclipse or Netbeans.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have used Python for developing GUI based games.
But I am amateur at Java.
What will be better to use Python or Java to start Android App development?
i saw this link maybe its possible
https://ep2013.europython.eu/conference/talks/developing-android-apps-completely-in-python
so far i knw you could use C#,Java script css html(phone gap) apart from using java. It be awesome if Android could be developed in many more languages so android market gets more apps and developers too.
i will also you recommend asking this kind of questions in quora.com or stackechange as this site is mostly about fixing code