• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CLASSPATH error

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
while I have installed and tring with IBM Websphere studio 3.5, got the following error while tring with JAR Wizard for Fireworks bean
In 'Publish' tab controls, I have pressed 'add class' button and typed StudioSamples.Fireworks.FireworksEvent

Error
-----
class could not be found.make sure that StudioSamples.Fireworks.FireworksEvent.class and all other classes it needs are in your CLASSPATH

---------------------------------------------
my autoexec.bat setting is as follows
PATH F:\j2sdk1.4.0_02\bin;F:\j2sdkee1.3.1\bin;%PATH%
SET CLASSPATH =.;F:\j2sdk1.4.0_02\lib\tools.jar;F:\j2sdk1.4.0_02;F:\j2sdkee1.3.1\lib\j2ee.jar;F:\j2sdkee1.3.1;H:\Program Files\WebSphere\Studio35\projects\StudioSamples\StudioSamples\Fireworks;
SET PATH = %PATH%;
---------------------------------------
can any one please tell me where i am going wrong
Thanks in advance
Regards

Johnson

 
reply
    Bookmark Topic Watch Topic
  • New Topic