Jump to content
We've recently updated our Privacy Statement, available here ×

sappo

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by sappo

  1. Code:Hi guys, here are a few annotations to toodbrook's installation step, thanks for that btw. if you're like me not familiar how to build a jar file on the console cause usually the IDE is doing that job for you, here you go. At first create the folder structure "./com/jaspersoft/ji/hibernate/dialect" and copy the OracleUnicodeDialect.class into the last one. If your're working on Linux make sure the class's name is written in camel case. Now open the console navigate to the parent folder from "com" and execute "jar -cf OracleUnicodeDialect.jar ./com/jaspersoft/ji/hibernate/dialect/*.class Enjoy!
×
×
  • Create New...