Search:

Type: Posts; User: raghavanak

Search: Search took 0.18 seconds.

  1. Re: JDK 1.7 migration issue: java.lang.ExceptionInInitializerError

    Confirmed we dont use -Dfile.encoding. Code works in 1.6 but fails in 1.7. Below simple code fails in 1.7

    JAXBContext.newInstance("com.a.b");
  2. JDK 1.7 migration issue: java.lang.ExceptionInInitializerError

    We migrated our project to JDK 1.7 from 1.6. Getting below run time exception for few JUNITS which worked fine with JDK 1.6.
    Found that we may be hitting below bugs in JDK 1.7 related to specifying...
Results 1 to 2 of 2