Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm currently learning Programing Logic, and then I'll learn how to program in C# or Java. I still haven't decided what to create, but it will either be a program for Linux or an app for SmartPhones.
Where can I create the source code? Can Kwrite do it?
Where can I compile the source code? And what if I need a separate API or library, how can I add them to my program?
For java, jedit (itself written in java) is a good candidate, there are plenty of others. I like geany, that has syntax highlighting for both JAVA and C# and that can be seen as an IDE. if you want to use a KDE app, prefer kate as kwrite is not adapted for coding.
To compile a Java program you will need a JDK (either Oracle's JDK or OpenJDK).
For C#, I don't know what compilers are available.
Last edited by Didier Spaier; 05-29-2015 at 04:52 PM.
For jedit, it seems that is a Java-Script editor. Am I right?
No, jedit is an editor intended primarily for programmers, written in java (not javascript) and that have syntax highlighting for many languages (but not C#).
Distribution: Linux From Scratch, Slackware64, Partedmagic
Posts: 3,072
Rep:
My advice is dont tie yourself down to one IDE get a good programmers text editor that you can customize to your own needs, learn to use the command line compile tools, gcc etc, learn to set up an auto tools project from configure through to make and most of all enjoy yourself.
Blatent plug see my sig for the worlds best coders text editor
For Java programming I find the features of a fully featured ide invaluable. I personally use Eclipse, but Intellij looks very promising so I am thinking about switching...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.