installing and configuring eclipse and JBOSS for java/jee in linux
Nancy Antony
Ranch Hand
Joined: Sep 06, 2007
Posts: 142
posted
0
Hey Ranchers,
I coild not find an appropriate forumfor this. Sorry for posting it here. Can anyone help me in installing eclipse for java/jee and jboss under linux and configure to write, java, jee i.e. servlets, jsp,ejb etc programs. Should I install it inmylogin or some other place as aroot?
How to configure it for all paths and class paths and where can i find mysql jdbc driver in linux or I need to download that also.
Installing Eclipse: Download the "Eclipse for Java EE Developers" package. Then see the JBoss Tools docs for installing the JBoss Tools plugin. Those docs also have a number of tutorials to get you started.
http://docs.jboss.org/tools/3.1.0.GA/
For the MySQL JDBC driver, you can download it from the MySQL web site, or get your package manager on Linux to download it. I always get mine from the Maven repository.
Oh, I always place everything in /opt. But I first change the ownership of /opt to my account. This I unpack the Eclipse tar.gz and JBoss AS zip file there:
/opt/eclipse
/opt/jboss-5.1.0.GA
Vinod Vinu
Ranch Hand
Joined: Aug 30, 2009
Posts: 217
posted
0
correct
Vinod Kumar Nair
"Any fool can write code that a computer can understan. Good programmers write code that humans can understand."
Kavya Rajan
Greenhorn
Joined: Jul 08, 2010
Posts: 9
posted
0
Hi Everyone!
Recently I had installed 'Eclipse for Java EE Developers' in my laptop. But when ever I run eclipse.exe, the eclipse workspace loading screen pops up and goes away immediately. I have also installed
(1) Java(TM) 6 update 14
(2) Java (TM) SE Development Kit 6 update 14
in my laptop. But no matter how many times I try, the workspace/ eclipse environment never get loaded.
I even tried by creating a new user and launching eclipse from there. But still it is not working. I was thinking that it may be because I am using Netbeans 9 that is causing this problem, so I had removed it, but still no use!
Please to not post unrelated question at the end of someone else's post. You should have started a new topic, and you should have placed that topic into the IDE forum (http://www.coderanch.com/forums/f-12/vc) - you would have gotten more responses there because the readers of that forum are focused on IDE issues. So please repeat the question there.