import sun.security.krb5.internal.crypto.m

hifirends...

i have to use "import sun.security.krb5.internal.crypto.m;" in my Server part (WEB APPS) what is the importance of it in Web application.have this any relation with Marshelling and Unmarshelling.Where will I get the JAR FILE (for import sun.security.krb5.internal.crypto.m) in order to compile this class error free

please tell me if any body knows ,and that would be a great help for me

===============

Thanks

Shejiss

[470 byte] By [shejissa] at [2007-11-27 11:09:44]
# 1

Never use sun.* or com.sun.* packages directly. They are subject to change at any time. Those are local implementation details and should not be used directly. And, unless you are running this code on a Solaris machine (since it is the Sun/Solaris implenetation) do not expect it to work, or even be present in the JDK.

masijade.a at 2007-7-29 13:37:19 > top of Java-index,Java Essentials,Java Programming...