• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Bean Development Kit

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ALL Will anbody tell me why i m not able to see bean(created by me) in ToolBox.
I m using bdk1.1
I created a simple bean it compiled successfully,after this i have created the manifest file followed by creation of the jar file(it is stored in c:\bdk\jar\ dir where other jar files for the been added in ToolBox are keept).
But i m not able to see the bean created by me in this toolbox can anybody tell me why this is happening
Thanks a lot
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

I doubt that putting the jar into the same directory as the BDK jar files will cause it to be loaded automatically. You'll probably need to use one the menus to load the file explicitly.
 
Rashmi Pant
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ulf Dittmer:
Welcome to JavaRanch.

I doubt that putting the jar into the same directory as the BDK jar files will cause it to be loaded automatically. You'll probably need to use one the menus to load the file explicitly.




Hi thanks for replyinf me.Yes you are correct also as far as i know when we put jar file in BDK jar folder it causes automatically loaded in ToolBox but this is not happening with me even i tried to load it explicitly by selecting BeanBOX FILE menu loadjar menuitem ir is showing the file browser and when i selected bean created by me just after this is is showing a window for few second i am unable to read what message is written in this window there is no error message but still i m not able to load bean created by me in ToolBox.
Pleas reply me why it is happening.
Thanks
 
Rashmi Pant
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ulf Dittmer:
Welcome to JavaRanch.

I doubt that putting the jar into the same directory as the BDK jar files will cause it to be loaded automatically. You'll probably need to use one the menus to load the file explicitly.




Hi,
I just again tried it i think the meassage is "Loading and analysing the bean"
 
reply
    Bookmark Topic Watch Topic
  • New Topic