• 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

Plugin Cache Problem in RAD....

 
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using RAD6.0 & Eclipse 3.0.2.

I have developed a plugin in Eclipse IDE, I tested it on eclipse & it is running fine. Now I tested that same plugin in RAD & it was running fine. Again I changed some code in plugin & I added updated plugin to RAD installations plugin directory. But this time I am not able to see my updated code for my plugin. So I think RAD6.0 is caching loaded plugins code,configuration,jars somewhere in some directory. I tried to search where RAD6.0 is caching all loaded plugins code, but couldn't succeed. Does anybody know where RAD6.0 caches all loaded plugins code? Also is there any configuration file in RAD6.0 to disable this plugin cache?

Many Thanks in advance.

--Pras--

******Deserver Before You Desire******
 
Pras Tiwari
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok Guyz..

I got Solution for it..
Just I started RAD through command prompt using -clean option with it & it cleared my Plugin cache for RAD6.0

---Pras---

***********Deserve Before You Desire***********
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cool tip. I didn't even know about that Eclipse switch.

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic