Occasionally when working with Java classes in ColdFusion MX gold you receive an error message, java.lang.IllegalAccessException. Why did you receive this when the method you’re calling is public? Why do we care since it’s been fixed in ColdFusion MX 6.1?
The answer to the first question leads into the second–exploring these issues helps us learn more about how ColdFusion MX works.
Continue reading