Compound Theory

v2.0

Categories

  1. Transfer
  2. ColdFusion
  3. JRuby
  4. Java
  5. ColdSpring
  6. Squabble
  7. JavaLoader
  8. ColdDoc
  9. 2ddu
  10. AsyncHTTP
  11. OO Analysis and Design
  12. Flex
  13. Railo
  14. XML / XSL
  15. Hibernate
  16. ColdFusion Builder
  17. Fall
  18. Ubuntu
  19. XHTML / CSS
  20. Eclipse
  21. Git
  22. Oracle Database
  23. Usability / UI Design
  24. webDU
  25. cf.Objective()
  26. LWJGL
  27. cf.Objective(ANZ)
  28. Captcha
  29. MAX
  30. Melbourne CFUG
  31. Martial Arts
  32. Random Things
  33. Conduit

Recent Posts

Projects

Recent Comments

09 April 2007 10:50 AM

JavaLoader v0.4 Released

One thing that I always gets complaints about with JavaLoader is that you can't delete or rename a .jar file once it is use by ColdFusion, you either have to restart CF, or name the .jar file something funky like 'myOwnJar-10042007.jar', so it has a unique name.  Now with this version of JavaLoader, that issue is no more!

While the .jar file that JavaLoader uses itself does get locked down (I know.. I can't do anything about that one), but .jar files that you use with JavaLoader no longer are locked by the system!

To note, the JavaLoader cfc has had one of its arguments removed - 'loadedClassPathBias', simply because it was more difficult to implement with the new code base, and there didn't seem to be a case for it.  By default,JavaLoader will load the specified jar files before it loads the parent's, if it has one.  Honestly, I don't think this is going to affect a single person, because I would be shocked if anyone actually ever used the option.

Please note there are some issues with memory and JavaLoader, so make sure you put your JavaLoaders in the Server scope.  See here for more details.

If you find any issues, please post to the forums, or contact me directly.

Enjoy!


Comments

Posted by PaulH on 09 April 2007 12:22 PM

cool, thanks again.

Posted by PaulH on 09 April 2007 12:25 PM

btw the javaloader page still says "download 0.3".

Posted by Mark on 09 April 2007 03:52 PM

Oops!

I forgot to update version numbers all over the shop. My Bad.

Thanks for pointing that out!

Add Comment