com.sun package

Is it possible to use com.sun package in my application?What's the difference with sun.com packages?
[115 byte] By [supermarcoa] at [2007-11-27 8:52:31]
# 1
> com.sun packagesun is inside the package com.> sun.com packagescom is inside the package sun.:-)
achyuthba at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...
# 2

Yes, thanks for your really fast reply!!

But maybe there is a misunderstanding. We want to use it in a commercial application but I havn't find any information about licenses and usage.

Also, these packages are not in the javadoc.

If I remember exactly sun.com packages could be used but they are not guarenteed to be stable or consistent across releases of the jdk. What about com.sun package instead? Tnx

supermarcoa at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...
# 3

> Yes, thanks for your really fast reply!!

> But maybe there is a misunderstanding. We want to use

> it in a commercial application but I havn't find any

> information about licenses and usage.

> Also, these packages are not in the javadoc.

> If I remember exactly sun.com packages could be used

> but they are not guarenteed to be stable or

> consistent across releases of the jdk. What about

> com.sun package instead? Tnx

The same applies. Do not use either of these packages, directly.

masijade.a at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...
# 4

Those are packages used by Sun in their current implementation of Java. Note the word current - there's absolutely nothing to stop Sun completely changing them for the next release, which means the code you write to use those packages won't work with that release. In short, don't bother using them

georgemca at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...
# 5
One more time: http://java.sun.com/products/jdk/faq/faq-sun-packages.html
hungyee98a at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...
# 6
> One more time:> http://java.sun.com/products/jdk/faq/faq-sun-packages.> htmlI missed that. Could you post it again, please
georgemca at 2007-7-12 21:08:08 > top of Java-index,Java Essentials,Java Programming...