Where can I get Eclipse? My package manager only shows a catalog listing for it, is it with another repository?<br><br>
<div><span class="gmail_quote">On 10/29/05, <b class="gmail_sendername">Gary Varnell</b> <<a href="mailto:regx@dgswa.com">regx@dgswa.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If you want to use an IDE like eclipse, make sure you set your JAVA_HOME<br>environment variable.<br><br>sudo export JAVA_HOME = /path_to_java_sdk_dir
<br><br>also you should add the java bin dir to your path<br><br>sudo export PATH=$PATH:/path_to_java_sdk_dir/bin<br><br>Hope that helps<br><br>I highly recommend eclipse<br><br>On Friday 28 October 2005 11:42 pm, 'Forum Post, '@
<a href="http://wailuku.xlogicgroup.com">wailuku.xlogicgroup.com</a><br>wrote:<br>> Robert Cook Wrote:<br>> > I'm trying to get started programming java, I applied and installed the<br>> ><br>> > basic java package and the SDK (along with any other packages it said
<br>> > were<br>> ><br>> > necesary when I chose those). What do I have to do now to open up the<br>> > actual<br>> ><br>> > program to start programming<br>> ><br>> > Thanks,
<br>> ><br>> > Robert<br>> ><br>> > P.S. I'm still new with Ubuntu as well so please keep that in mind,<br>> > and any<br>> ><br>> > help is apreciated, thanks.<br>><br>> You need to write java source code with an editor like gedit. Save
<br>> "Yourfile.java". Compile with "javac Yourfile.java". Run with "java<br>> Yourfile".<br>><br>><br>><br>> You could install and use an IDE too. I like eclipse and jedit(with
<br>> plugins).<br>><br>><br>><br>> Grab a small java book too, like Bruce Eckels free "Thinking In Java".<br>><br>><br>> --<br>> diebels<br><br>--<br><br>Gary Varnell<br><br>--------------------------------------------
<br>"How many hardware engineers does it take to change a lightbulb? -None: "We'll<br>fix it in software."<br><br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com
</a><br><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>