- This topic has 1 reply, 2 voices, and was last updated 21 years ago by
Riyad Kalla.
-
AuthorPosts
-
navisMember– System Setup ——————————-
Operating System and version: Win 2K
Eclipse version: 3.0rc1
Eclipse build id: 200405290105
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: 0
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.08.0 beta (but if you go to Windows->Prefs->MyEclipse shows 2.5.0 — may be small bug)
Eclipse JDK version: 1.4.2_04
Application Server JDK version: 1.4.2_04
Are there any exceptions in the Eclipse log file? NO– Message Body ——————————-
I have configured a Jboss 3.2.3 on my m/c and it works fine when i run it from the command prompt.
Laters, i have been to build an EJB module. Now, i wish to deploy it.
When i go MyEclipse->Add or Remove Project Deployments..I chose module. Add server. There it gves me
“Error Creating Deployment” — Please navigae to the server pref pages and verify the field with prompt Jboss JDK Name.
I went there and found j2re1.4.2_04. Jboss Home dir is c:/programs/jboss-3.2.3.
I added another JDK thinking this might be just JRE and i need a pointer to complete JDK as documented. I added c:/programs/j2sdk1.4.2_04/jre
Still same error. Help please. I have been struggling with it now for past 24 hours.
TIA
Navjot SinghPoliticians are like diapers and need to be changed for same reason.
June 10, 2004 at 9:16 am #208301
Riyad KallaMemberNavjot,
You almost got it right. The App Servers MUST have a JDK configure, not a JRE. In your first case when you were using “j2re1.4.2_04” that was a JRE, but what you then did when you added the new one and set its path to “c:/programs/j2sdk1.4.2_04/jre” is actually setup a new JRE. You need to add a JDK and set its path to something like “c:/programs/j2sdk1.4.2_04”. -
AuthorPosts