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

sappo

Members
  • Posts

    2
  • Joined

  • Last visited

sappo's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  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...