>> If you want to get a value from inside krb5.conf, you can call
>> getDefault(String). This might be good to get a value from the
>> [libdefaults] section. However, the method was designed to be so
>> smart that it can recursively search for key/value pairs no
>> matter where and how deep it is.
On 10/25/2012 08:50 PM, Xuelei Fan wrote:
If you want to get a value from inside krb5.conf, you can call
getDefault(String). This might be good to get a value from the
[libdefaults] section. However, the method was designed to be so
smart that it can recursively search for key/value pairs no
ma
On 10/25/2012 10:04 PM, Weijun Wang wrote:
>
>
> On 10/25/2012 08:50 PM, Xuelei Fan wrote:
If you want to get a value from inside krb5.conf, you can call
getDefault(String). This might be good to get a value from the
[libdefaults] section. However, the method was designed to be so
Changeset: c002fdee76fd
Author:jjg
Date: 2012-10-25 11:09 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c002fdee76fd
7200915: convert TypeTags from a series of small ints to an enum
Reviewed-by: jjg, mcimadamore
Contributed-by: [email protected]
! src/share/cl
Changeset: ea2616a6bd01
Author:jjg
Date: 2012-10-25 13:33 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ea2616a6bd01
6725230: Java Compilation with Jsr199 ignores Class-Path in manifest
Reviewed-by: jjg, mcimadamore
Contributed-by: [email protected]
! src/shar