LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-20-2005, 05:32 PM   #1
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Rep: Reputation: 30
A good programming distro?


I friend of mine would liek to get into Linux jsut for programming in java and then c and then C# but he doesnt want hard to install. He hates to type all of that stuff just to install a file lol. So is there a distro that can auto run most of the stuff but that has alot of editors and compliars for programming in thses langs. I was thinking of Linspire but im not to sure lol.
 
Old 10-20-2005, 05:41 PM   #2
ctkroeker
Senior Member
 
Registered: May 2005
Posts: 1,565
Blog Entries: 1

Rep: Reputation: 50
Mepis, Fedora Core, Mandriva, Suse, Xandros, Ubuntu, Kubuntu, Puppy, DSL,
The list is endles...
 
Old 10-20-2005, 05:52 PM   #3
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
Yes i know that there are any but. IS there one that can like auto run and install the package like Linspire or no? He hates taht crap and this is a school Project so we dont have time for this.
 
Old 10-20-2005, 11:07 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Any distro will fulfill that purpose. You have to remember that most desktop oriented distros like Linspire and Xandros don't install the developemnt stuff by default, so you may have to do this on your own. Try a few distros until you find the one that your friend likes.
 
Old 10-20-2005, 11:23 PM   #5
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
I must say that the "good programming distro" that he/or maybe you want doesn't exist unless you or he creates it.
 
Old 10-21-2005, 07:28 PM   #6
Slith(++1)
Member
 
Registered: Sep 2005
Posts: 36

Rep: Reputation: 15
No distro as far as im aware comes with a java compiler. But, sun has rpms and stuff so its not hard
 
Old 10-21-2005, 11:02 PM   #7
shengchieh
Member
 
Registered: Jul 2004
Location: Palo Alto, CA
Distribution: #! Korora
Posts: 472

Rep: Reputation: 30
You might like to look at

https://www.scientificlinux.org/
http://dirk.eddelbuettel.com/quantian.html (Main Site)

Sheng-Chieh
 
Old 09-26-2007, 08:08 PM   #8
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Why not just use Debian - it takes all of 10 minutes to get the install going, and about 15 minutes to 1 hour to install, depending on package selection. Synaptic will be your source for installing/removing packages.

If he doesn't like to work at a CLI, or type - apparently - for that matter, why is your friend even taking up programming?! I can only assume that the programming project for school is oriented to a Windows-based PC.
 
Old 09-27-2007, 06:00 AM   #9
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
How does your friend want to learn java, c, c++, if he doesn't want to touch a bit of command line?
 
Old 09-27-2007, 06:11 AM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by Slith(++1) View Post
No distro as far as im aware comes with a java compiler.
Slackware has it, in the /extra directory on the CDs & DVDs.
 
Old 09-27-2007, 02:55 PM   #11
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Debian comes with the Sun JDK (J2SE only - I think), too. You just have to modify /etc/apt/sources.list and add "non-free" and "contrib" to your default repository.
 
Old 09-27-2007, 05:57 PM   #12
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Ubuntu, like Debian, doesn't come with JDK by default but it is really easy to set up the repository. In fact, it's even easier on Ubuntu where repositories don't have to be looked up first and then manually added to sources.list; you can simply check a few boxes and that's it. I do not recommend Fedora for the simple reason that it doesn't offer JDK at all (although it has a java compatibility package) which means you have to fetch it from Sun and set it up yourself. That can actually be fun if you want to get to know Linux but it isn't if you want to get going in not time at all. Suse and Mandriva are more pragmatic and make good choices too, if only because they allow combining 32 and 64 bit in one system.
 
Old 09-27-2007, 10:09 PM   #13
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Installing Sun's JDK from their distributed Linux binary isn't all that hard - if my memory serves me correctly.

1. Download *-linux.bin file from Sun.
2. "chmod +x *-linux.bin"
3. "su -c ./*-linux.bin"
3a. Hit enter a few times, agree to that, hit enter a few more times...* ding * installation's finished.
4. Add the directory Java installed to, to your PATH env. var. - (in ~/.bashrc): export PATH=$PATH:/path/to/java/bin
5. "Enjoy" Java.
 
Old 09-28-2007, 08:05 AM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Yes, of course. What I had in mind was the work involved in setting up the alternatives if you have multiple java development kits installed: java, javac, javadoc, javah, jar, apt, etc etc. I don't fancy doing update-alternatives --install about thirty times for a single kit, then another thirty times for the next one, and so on.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Good IDE for c++ programming ? mohtashami Programming 6 10-03-2005 01:12 PM
C++ programming book any good? microsoft/linux Programming 1 12-05-2004 08:34 PM
Good way to get into programming again KE4SUG Programming 10 02-18-2004 07:13 AM
Good Distro for programming r3dhatter Programming 7 02-12-2004 05:58 PM
I need a good programming interface for C\C++.. diam0nd Linux - Software 1 11-29-2003 04:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration