home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / IDE.Cab / F10240_readme.txt < prev    next >
Text File  |  1999-05-20  |  659b  |  14 lines

  1. README for directory \project_resources\ext-resources
  2.  
  3.  
  4. The ext-resources directory is the extension directory in VisualAge for Java.
  5. Projects that are tagged as extension projects (meaning they are loaded using the 
  6. ExtClassLoader) will have their resources directories here.  For example the resources
  7. for an extension project called MVMProj will be put in: 
  8.     ide\project_resources\ext-resources\MVMProj
  9.  
  10. As in the JDK1.2 jars can be placed in extension directories and will be picked up 
  11. by the environment.  Code like 
  12.     Class.forName("mypackage.FooBar"); 
  13. will look for a class named mypackage.FooBar in a jar in the ext-resources directory.
  14.