Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-11-15 6:56:21 pm

zeddz
New member
Registered: 2007-11-15
Posts: 1

Eclipse!

I've seen it posted elsewhere, but thought I'd post a topic with a screenshot.

http://www.cs.york.ac.uk/~ara500/eclipse.png

Still playing around with it! Will post more when I transfer a largish project on to it.

Installed by adding the stable Debian repository and sudo apt-get install Eclipse

Last edited by zeddz (2007-11-15 6:56:39 pm)

Offline

 

#2 2007-11-15 9:44:25 pm

ridestp
Senior Member
From: Michigan Tech University
Registered: 2007-10-01
Posts: 177

Re: Eclipse!

How does that run on the Eee?  Is it very sluggish?  Eclipse certainly is a resource hog!

Offline

 

#3 2007-11-15 9:53:59 pm

aking
New member
Registered: 2007-11-08
Posts: 6

Re: Eclipse!

I find eclipse runs well with the eepc (under linux).  I run it fullscreen (ie - no top and bottom status bars from the window manager or eclipse to clutter up the display).  I also stretch it across two virtual screens in compiz so I can quickly rotate back and forth between multiple edit windows.  I'll throw together another youtube video of it working this weekend.

Offline

 

#4 2007-11-24 7:45:47 am

tborja
Member
Registered: 2007-11-22
Posts: 33

Re: Eclipse!

hello zedds,

how much memory does your eeepc have?

Offline

 

#5 2007-11-24 10:14:02 am

andrewbadera
Banned
From: Albany, NY
Registered: 2007-11-14
Posts: 33
Website

Re: Eclipse!

Nice. When I get around to creating an XP image for my Eee, I'm going to be giving Visual Studio a try. I'm also curious, how much RAM, zeddz? I have a GB stick waiting to go in, but I've been avoiding voiding the warranty so far ...

I'm also interested in trying to get Mono up and running on the Eee ...

Offline

 

#6 2007-11-28 5:09:10 pm

mallard
Member
From: UK
Registered: 2007-11-13
Posts: 63

Re: Eclipse!

andrewbadera wrote:

Nice. When I get around to creating an XP image for my Eee, I'm going to be giving Visual Studio a try. I'm also curious, how much RAM, zeddz? I have a GB stick waiting to go in, but I've been avoiding voiding the warranty so far ...

I'm also interested in trying to get Mono up and running on the Eee ...

I tried Mono - got monodevelop set up on my Xubuntu install, but it was too slow to be usable and came within 8mb of using up all my (512mb) RAM.

Offline

 

#7 2007-12-09 9:07:43 pm

bubbas
New member
Registered: 2007-12-09
Posts: 1

Re: Eclipse!

I got Eclipse running in my Eee, and it runs pretty well with some of the basic stuff I have to do for my programming class. We aren't doing anything graphically intensive, or even computationally intensive, but aside from Eclipse being bloated, I haven't really had any issues.

One handy thing you can do to increase space is to hide most of the side menus. You can hide the Project Manager and stuff like in the screenshot, but you can also completely hide the Console tab to only pop up when you run a project that requires it, or you push a small icon. Can't really remember how I did it, but it opens up a LOT of space. You can also hide the icon toolbar, which opens up some more real estate. If you do all that, there's plenty of room to see what you're doing, and its actually pretty comfortable.

Offline

 

#8 2007-12-12 3:26:28 am

lewperrren
New member
Registered: 2007-12-12
Posts: 2

Re: Eclipse!

Eclipse installation guide available @ http://wiki.eeeuser.com/how_to_install_eclipse

Offline

 

#9 2008-01-22 5:33:58 pm

snozle
Member
Registered: 2008-01-16
Posts: 28

Re: Eclipse!

Is there any reason to use the wiki installation procedure over simply apt-get?

I am able to run Java applications via terminal with java, but javac doesn't seem to be installed. I came across several other threads about installing the JDE, but is it necessary to install the enormous file (larger than eclipse) just to compile Java applications?

Also, can anyone recommend a good text editor with text coloring akin to TextMate on the mac.

Offline

 

#10 2008-01-24 11:51:36 am

fdiotalevi
New member
Registered: 2008-01-24
Posts: 4

Re: Eclipse!

snozle wrote:

Is there any reason to use the wiki installation procedure over simply apt-get?

No, there's no reason to follow the wiki instruction, nor to use apt-get.
Simply download eclipse for linux from www.eclipse.org ( http://www.eclipse.org/downloads/ ), untar and run it. You don't need javac, since Eclipse comes with its own compiler.

Eclipse works well, obviously the screen resolution makes everything harder, but for simple editing is ok.

--
filippo

Offline

 

#11 2008-01-24 6:57:38 pm

gnardizz
New member
Registered: 2008-01-24
Posts: 1

Re: Eclipse!

I've got eclipse to install and run fine, I just have a problem with displaying certain screens. Whenever I want to create a new java class, the screen to name it as well as list interfaces etc., is cut-off at the bottom therefore not letting me see all the options that should be available.  Simply moving the screen around doesn't help either.  I'm wondering if it is a problem with the screen resolution or something?  Any help would be greatly appreciated.

Offline

 

#12 2008-01-25 7:46:47 am

fdiotalevi
New member
Registered: 2008-01-24
Posts: 4

Re: Eclipse!

gnardizz wrote:

I've got eclipse to install and run fine, I just have a problem with displaying certain screens. Whenever I want to create a new java class, the screen to name it as well as list interfaces etc., is cut-off at the bottom therefore not letting me see all the options that should be available.  Simply moving the screen around doesn't help either.  I'm wondering if it is a problem with the screen resolution or something?  Any help would be greatly appreciated.

That's a general problem with the EEE, I found the same while configuring thunderbird for example.
Unfortunately a lot of programs are not easily usable with a small resolution screen; the only workaround I found is to use an external display and switch to 1024x768.

Offline

 

#13 2008-06-02 5:36:10 pm

erik2055
Member
Registered: 2008-05-31
Posts: 14

Re: Eclipse!

use control M to give the editor pane max surface.
Is there linux plugin to max the edit pane to full screen ?

Offline

 

#14 2008-06-09 9:35:56 am

ironmantis7x
Member
Registered: 2008-05-07
Posts: 40

Re: Eclipse!

I just installed eclipse c/c++ version.  I am having trouble with getting the output from my first c++ program to show up in eclipse.  I compiles just fine with no errors.  Can some one tell me what I am missing??

ironmantis7x

Offline

 

#15 2008-06-09 1:30:56 pm

ironmantis7x
Member
Registered: 2008-05-07
Posts: 40

Re: Eclipse!

ironmantis7x wrote:

I just installed eclipse c/c++ version.  I am having trouble with getting the output from my first c++ program to show up in eclipse.  I compiles just fine with no errors.  Can some one tell me what I am missing??

ironmantis7x

Found my issue .... resolved...

My next question is this:  How do I create a GUI application under eclipse?  Can someone give me a little step by step (newbie to c++ and Linux)??

ironmantis7x

Offline

 

#16 2008-11-24 5:57:21 pm

tborja
Member
Registered: 2007-11-22
Posts: 33

Re: Eclipse!

Using an eeepc 900 linux in easy mode Got eclipse running by untarring to a directory in My Documents. Can run it right now by using File Manager and double-clicking on eclipse. I am trying to use Launch Tools to put an icon in my Work tab. Can someone help me with what to put on the command line to start eclipse?

Offline

 

#17 2008-12-02 4:37:11 am

tpdi
Senior Member
Registered: 2008-08-05
Posts: 253

Re: Eclipse!

tborja:

eclipse

run in the directory eclipse is in.


eee901:  Ubuntu-eee Hardy (8.04), Netbook Remix Desktop, maximus uninstalled, KDE installed.

Offline

 

#18 2008-12-04 2:12:58 am

tborja
Member
Registered: 2007-11-22
Posts: 33

Re: Eclipse!

Hello,

I had to create a symbolic link and that was what I had to put in the command for Launcher Tools to make it a valid command.

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson