Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:33 Go to next message
Robert Paris is currently offline Robert ParisFriend
Messages: 1
Registered: April 2013
Junior Member
// 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] Tue, 09 April 2013 02:38 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

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?

Michael

Developer Evangelist, Silanis
Previous Topic:Getting BIRT source code from CVS
Next Topic:Firefox not showing the selected fonts for report
Goto Forum:
  


Current Time: Fri Apr 26 19:28:53 GMT 2024

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

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

Back to the top