• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Error: Integration of Websphere Application Server V 6.0 in Eclipse 3.4 or MyEclipse

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Error : Integration of Websphere Application Server V 6.0 in Eclipse 3.4.0 or MyEclipse 5.5.1 GA

When I am integrating WAS 6.0 in Eclipse 3.4.0 I am getting error as

The java class is not found:
D:/Program Files/IBM/WebSphere/AppServer1/java/jre/lib/ext/ibmorb/jar;

Please suggest me solution.

I also tried adding ibmorb.jar file externally in classpath.
I used JRE from IBM websphere installation directory.
I tried same in MyEclipse 5.5.1 GA, but same problem.


Regards

Pankaj Shinde
 
author & internet detective
Posts: 42056
926
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our IDEs forum since this is about Eclipse integration.
 
Pankaja Shinde
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem is with virtual machine (VM) arguments.
One or more VM arguments in the arguments tab of the launch configuration properties lack quotes around them.

In my case it was with

-Xbootclasspath/p :/Program Files/IBM/WebSphere/AppServer1/java/jre/lib/ext/ibmorb.jar;D:/Program Files/IBM/WebSphere/AppServer1/java/jre/lib/ext/ibmext.jar -Xms50m -Xmx256m

Add quotes around these arguments.

Regards

Pankaj Shinde
[ August 27, 2008: Message edited by: Pankaja Shinde ]
 
Time is the best teacher, but unfortunately, it kills all of its students - Robin Williams. tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic