PDA

View Full Version : Best IDE to develop java apps



dam034
October 17th, 2017, 11:59 AM
Dear users,

I want to develop a java application for android and ios.

I know I have to write the code only once, and JRE will do its work.

I have a pc to develop, with ubuntu desktop, and a VPS in LAN with ubuntu server.

Now I want to write the code on the PC, and build the app on VPS, so I can develop also from various PC connected.

Which IDE can I use?


Thanks

slickymaster
October 17th, 2017, 12:07 PM
Have you checked https://netbeans.org/ ?

dam034
October 17th, 2017, 06:26 PM
I wanto to specify now I have phonegap and I write the html/css/js code in gedit, and after by CLI I serve the app on mobile client to test real-time the app. But I have problems with phonegap after its update.

Before I download netbeans I want to know several things:


does it have a CLI to build or serve the projects?
is there a mobile app to test real-time the app I'm writing?
does it support java, html, php, css, js at the same time?



Thanks

fallenshadow
October 18th, 2017, 11:11 AM
You should checkout Ionic. You can do your apps in your favourite little text editor with JS and prepare builds via command line. Its really cool.

slickymaster
October 18th, 2017, 11:20 AM
I wanto to specify now I have phonegap and I write the html/css/js code in gedit, and after by CLI I serve the app on mobile client to test real-time the app. But I have problems with phonegap after its update.

Before I download netbeans I want to know several things:


does it have a CLI to build or serve the projects?
is there a mobile app to test real-time the app I'm writing?
does it support java, html, php, css, js at the same time?



Thanks

Why don't you have a read of its documentation (https://netbeans.org/kb/) yourself?

dam034
October 18th, 2017, 01:10 PM
The fact is, since I'm not English, I don't understand the language properly.

I want to know if this IDE has also a CLI as phonegap serve to view in real-time the app before compiling.


Thanks