| [news.eclipse.newcomer] Re: initial setup of eclipse on SUSE Linux |
nimda wrote:
Ted Byers wrote:
I get an error when I try to start it (eclipse). When I open the log in root/.eclipse/.metadata,
This seems very suspicious to me. You have installed eclipse as user "root", haven't you. This is a very unnatural thing to do. "root", never installs an applications. One of the elemental things is that the PATH environment is commpletely different. So probably will be any reference to a Java library path.
I see two errors (and a trace) related to libswt-pi-gtk-3138.so that say this file could not be opened because it doesn't exist.
Yep, libswt-pi-gtk-3138.so, don't talk me about that one! I've spent half a day on that error, but that was just because I was trying to run a .jar file as a standalone .jar file with a class developed using SWT.
What SUSE version are you using?
This is the 64 bit version of SUSE Linux v 10.0.
I have, so far, done nothing to eclipse, so what is there is what was put there by YaST. When I did the install using YaST, I told it to install ALL of the development tools. I am, after all, a software developer used to using a wide variety of tools (but mostly my experience configuring them is on Windows, W2K and XP, and OS/2), and intended to use this machine for development and to learn more about developing Linux programs.
In fact, you are not developing "linux programs", you are developing platform indepentend Java code.
I need a little help getting started with getting my Linux development environment configured. I still haven't found most of the documentation for the various applications I had installed, so I am working blind! I would have RTFM by now if I could have found it!
It's freeware after all, so ther is nobody really to blame :)
Thanks.
Ted