Jump to content

sbevern

Members
  • Posts

    12
  • Joined

  • Last visited

sbevern's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I also have this problem, here is the ful stacktrace: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/jdesktop/ swingx/JXTable (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at it.businesslogic.ireport.gui.ValuesDialog.initAll(ValuesDialog.java:7 8) at it.businesslogic.ireport.gui.ValuesDialog.<init>(ValuesDialog.java:66 ) at it.businesslogic.ireport.gui.MainFrame.<init>(MainFrame.java:532) at it.businesslogic.ireport.gui.MainFrame.main(MainFrame.java:8016)
  2. Hi ! Is it possible to rotate barcodes? I don not found this function in ireport! best regards Sven
  3. Hi! How can I localize fieldnames in the report field list? I have the problem to show different designers the report fields in their own language. Is it possible to extend fields with a diplay name shown in the field library? I know that the fieldname is written to jrxml file for filling the report from datasource. Maybe it is possible to have a FieldLocalizationProvider to translate reportfield names into designerlanguage for displayname. best regards Sven
  4. Hi @all! I'm using IReport 1.2.5. Is it possible to localize fields to support different languages to use iReport internationalized? A field contains name, classtype and description. The name would be referenced by JasperReport to get the fieldvalue from datasource. In my case there are different-spoken users, wo like to have fields in their own language to design the report (Like drag & drop from fieldlist). So I have to implement two different datasources. One with fieldvalues in language en and one with language de. Is it possible to translate this fields ?
  5. Hi @all! I'm using IReport 1.2.5. Is it possible to localize fields to support different languages to use iReport internationalized? A field contains name, classtype and description. The name would be referenced by JasperReport to get the fieldvalue from datasource. In my case there are different-spoken users, wo like to have fields in their own language to design the report (Like drag & drop from fieldlist). So I have to implement two different datasources. One with fieldvalues in language en and one with language de. Is it possible to translate this fields ?
×
×
  • Create New...