Top "Sun" questions

Sun Microsystems is a computer company, bought by Oracle in January 2010.

The following artifacts could not be resolved: javax.jms:jms:jar:1.1

I am trying to compile a maven project, but I systematically get the following error message: [ERROR]Failed to execute …

maven-2 jar sun
Where can I find old versions of the JDK and JRE?

To test compatibility, I need to find old versions of the JRE and JDK. Where can I find download links …

sun java
Difference com.sun.jersey and org.glassfish.jersey

What is the difference between com.sun.jersey and org.glassfish.jersey? Currently I have my REST service working on …

java glassfish jersey sun
How can I suppress java compiler warnings about Sun proprietary API

I'm using the encode() method from the sun.misc.BASE64Encoder package. How do I suppress the compiler warnings that …

java eclipse api base64 sun
Maven compilation fails while eclipse is successful

I am using maven3.03 and Eclipse 3.5 on Windows XP. I converted old web project to be in maven configuration style. …

eclipse maven jar sun pom.xml
com.sun.awt package usage

I found a java code and want to use it in my project. It contains these imports that my JDK …

java sun
Makefile error: Unexpected end of line seen

Trying to install Git, I ran configure and make, but got the following error message: make: Fatal error in reader: …

git makefile solaris sun sunos
It is a bad practice to use Sun's proprietary Java classes?

The compiler display warnings if you use Sun's proprietary Java classes. I'm of the opinion that it's generally a bad …

java sun
Getting error with sun.net.ftp.FtpClient by using JDK 1.7

I have developed a project that uses sun.net.ftp.FtpClient class to download a file from an ftp server …

ftp java-7 ftp-client sun
rt.jar com.sun.istack.internal packages

jre comes with many libraries in rt.jar one of which is com.sun.istack.internal*. I needed the documentation …

java sun