Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to sort jTree Nodes

843804Oct 27 2004 — edited May 27 2009
Hi,
I am interested in whats the easiest way to sort jTree Nodes alphabetically. Is there any Method to do this directly or may i use something like quicksort?
Thanks for help
Mirco

Comments

843811
An update:

After installing Java 1.5, the error has become a little more clearer. Instead of the old "no support for encryption type (14)", I now have "KrbException: Invalid argument (400) - Cannot find key of appropriate type to decrypt AP REP - RC4 with HMAC".

However, Ethereal still says des-cbc-md5 is what the AP REP is encoded in (incidentally I got both client and server using des-cbc-md5 over des-cbc-crc). If this is correct, the only conclusion I can come to is that IE or the local system is somehow modifying the HTTP message before it gets decoded by java. Is this even possible or is Ethereal wrong?
843811
There is a link to an answer for this question.
http://archives.java.sun.com/cgi-bin/wa?A2=ind0306&L=java-security&F=&S=&P=4564

In Windows2xServer, you have to change encryption type for acconut:
+Open Active Directory Users and Computers
+right-click at account --> Properties
+Click the Account tab ->Check "Use DES encryption types for this account

Hope this helps.

Hoang Xuan Bach
843811
The Microsoft article for Windows 2003, 833708 at

http://support.microsoft.com/default.aspx?scid=kb;en-us;833708

describes a registry change to allow the client to specify the encryption type.

Will that solve this problem as well?

Thank you.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 24 2009
Added on Oct 27 2004
9 comments
4,801 views