Skip to main content



      Home
Home » Archived » BIRT » BIRT Error: Capital L Prefix?(BIRT Runtime 3.7.3 Error)
BIRT Error: Capital L Prefix? [message #1036515] Mon, 08 April 2013 09:33 Go to next message
Eclipse UserFriend
// Compiled from EngineConfig.java (version 1.5 : 49.0, super bit)
public class org.eclipse.birt.report.engine.api.EngineConfig extends org.eclipse.birt.core.framework.PlatformConfig implements org.eclipse.birt.report.engine.api.IEngineConfig {

// Field descriptor #197 Ljava/util/Map;
// Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
private java.util.Map defaultEmitterIdsOfFormats;

As you can see by the above snippet, when I run the project built with BIRTRuntine3_7_2 the configEngine class members are listed with a capital L (highlighted in BOLD)

What does this mean? Where do I go from here?
Re: BIRT Error: Capital L Prefix? [message #1036958 is a reply to message #1036515] Mon, 08 April 2013 22:38 Go to previous message
Eclipse UserFriend
The 'L' is for class. The rest is the full class name. So, Ljava/util/Map is telling you the object is from the class java.util.Map. What are you trying to do?
Previous Topic:Getting BIRT source code from CVS
Next Topic:Firefox not showing the selected fonts for report
Goto Forum:
  


Current Time: Sat Apr 26 21:30:11 EDT 2025

Powered by FUDForum. Page generated in 0.02868 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top