Hi
When I try to integrate JBoss into eclipse with steps
windows->preferences>server>add>Jboss>Jboss v0.5
I m getting error
missing classpath entry
I have attcahed it as a image
Mmmm the JBoss release 0.5 doesn't make sense.
However if you point to a JBoss AS server directory and you get errors like "x.jar" not found, you have an Eclipse version which doesn't recognizes the application server version you're trying to use.
Since I'm holding a promo for "JBoss AS 5 development book" I'd suggest have a look at the book content, since it's about developing Java EE applications on JBoss AS using Eclipse IDE.
regards
Francesco
MyJBossSite
looking carefully at the snapshot I can see that you're trying to connect JBoss 5.0. And from the Eclipse icon, it seems you're using the latest Eclipse release (Galileo). So the releases should be compatible.
Are you trying to configure a JBoss AS which is on not running on your machine ?
Francesco
MyJBossSite
when I try doing this
windows->preferences->server->runtime enviroment->add->Jboss->Jboss v5.0
I m getting the error mentioned above
I m using eclipse version 'eclipse-jee-galileo-SR1-win32'
and JBoss Version 'jboss-5.1.0.GA-jdk6'
please help me to solve the problem.
Thanks
Cherry
oh you got me while I was answering you.
I've just checked and Eclipse Galileo SR1 is able to handle JBoss 5.10 as application server. So if the application server resides on the same machine, I cannot see why it cannot find the run.jar file.
However I'd suggest to install JBoss Tools (install at least the JBoss AS plugin) which does a better job of handling the communication with JBoss.
regards
Francesco
This message was edited 1 time. Last update was at by Francesco Marchioni
I have already unzip the jboss and when I click browse I m getting the path till bin but not to run.jar
'F:\jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA\bin'.
though bin consist of run.jar
but it is not displaying in eclipse
Cherry Gupta wrote:I have already unzip the jboss and when I click browse I m getting the path till bin but not to run.jar
'F:\jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA\bin'.
though bin consist of run.jar
but it is not displaying in eclipse
No, you mustn't select the "bin" directory when you're selecting the JBoss HOME. Point to 'F:\jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA
If still doesn't work, please post the snapshot with the actual path where you are pointing to.....
regards
Francesco
This message was edited 1 time. Last update was at by Francesco Marchioni