Questions tagged [sun]

Sun Microsystems is a computer company, bought by Oracle in January 2010. It is most famous for its line of computers based on its own SPARC processors, the Solaris operating system and the invention of the Java platform.

Sun Microsystems, Inc. was a company that sold computers, computer components, computer software, and information technology services and that created the programming language, and the Network File System (NFS). Sun significantly evolved several key computing technologies, among them Unix, RISC Processors, Thin Client Computing, and virtualized computing. Sun was founded on February 24, 1982. At its height, Sun headquarters were in Santa Clara, California (part of Silicon Valley), on the former west campus of the Agnews Developmental Center.

More info:

http://en.wikipedia.org/wiki/Sun_Microsystems

http://www.oracle.com/us/sun/index.htm

240 questions
0
votes
0 answers

How to delete/renew expired certificates from Root certificate module in Sun Java System Web Server 6.1

I have several expired certificates in Built-in root certificate module in Sun Java System Web Server 6.1. Is there anyway that I can delete/renew those expired certificates from there?
user360321
  • 177
  • 1
  • 4
  • 19
0
votes
1 answer

Import sun class in Java-Eclipse

I'm tring to: import sun.security.provider.SecureRandom; And Eclipse is suggesting me to Search repositories for 'sun.security.provider'. It can see only the java.security.SecureRandom... Access restriction: The type 'SecureRandom' is not API…
pittuzzo
  • 493
  • 8
  • 29
0
votes
2 answers

Usage of sun.* is discouraged

I'm actually developing a Java applet to access an HSM in order to sign data. So I'm using a lot of Sun packages (PKCS11 wrapper and sunPKCS11 provider). I saw that link : http://www.oracle.com/technetwork/java/faq-sun-packages-142232.html that…
Thordax
  • 1,673
  • 4
  • 28
  • 54
0
votes
1 answer

Sun Java Web proxy - SSL transactions/sec?

I hope this is "close enough to programming" to pass the bar :) Is there any way to monitor SSL transactions / sec on Sun Webproxy? Preferably with SNMP, but anything goes :)
Ace
  • 4,443
  • 6
  • 38
  • 46
0
votes
0 answers

How to enable the SUN security provider on IBM JDK J9 (java 1.6.0) built for WebSphere 8.5?

I have a java program which runs perfectly well on SUN JRE 1.6. However, when I ran it on IBM JDK J9 built for WebSphere 8.5, it threw following exception: java.security.NoSuchProviderException: Provider SUN is not available I wrote a java program…
Dave Chan
  • 1
  • 2
0
votes
0 answers

java API wrapper for com.sun.jersey.spi.container.* and com.sum.jersey.core.* packages

Are there any java API wrapper for com.sun.jersey.spi.container.* and com.sum.jersey.core.* packages? As Classes in com.sun.* and sun.* packages are considered implementation details, and are not part of the Java API. They can cause problems when…
Dheerendra
  • 1,488
  • 5
  • 19
  • 36
0
votes
1 answer

make RMI Stub with netBeans

I see some where in the web that we can make Stub dynamically with Netbeans and it`s a good feature of it. I search a lot but all hits are from Old version (4 or 5) and others told a complete reference is in Netbeans website but the links is removed…
park
  • 1
  • 3
0
votes
1 answer

How to get the ssl session when using the sun HttpsServer

I am using the com.sun.net.httpserver.HttpsServer as Https Server and want to access the SSL session. I handle the requests in a HttpHandler. When using a plain SSLServerSocket i can access the client certificate etc. via the…
Nick Russler
  • 4,608
  • 6
  • 51
  • 88
0
votes
1 answer

ORACLE : db migration from 11.1 - 12.1

Below is my environment : sun-solaris , sparc machine rac setup oracle 11.1 I have a database with many users in it, from which I need to export a particular user data and import it to another machine, with the following…
0
votes
1 answer

What implementation of CRC-16 is used by sun.misc.CRC16?

The work I'm doing requires us to store CRC16 checksums along with rows of data, and recently I've discovered that the performance of sun.misc.CRC16 is one of the primary bottlenecks in the code that we're running. I've found out from searching that…
Kyune
  • 3
  • 2
0
votes
2 answers

JavaFX Application : cannot find SunPKCS11 class

I am developing a JavaFX application used to sign pdf using eToken Pro. The sign methods run perfectly in a normal Java project. While when run in the JavaFX application, it keeps encountering exceptions like this: Exception in Application start…
0
votes
1 answer

Playing audio in java using Sun.audio

I want just to perform a simple task. (I'm a java newbie). I want to play an audio clip when a button is clicked. here's the part of my code(which I did exactly by copying a tutorial from Youtube.) private void…
mattmorgan
  • 13
  • 2
  • 5
0
votes
3 answers

Fortran 77 read unformatted sequence data from old sun machine

I am porting an old mathematical model (between 1995 to 2000) to a current linux machine. For this, I adapted all makefiles as shown: FORTRAN = gfortran # f90 -f77 -ftrap=%none OPTS = -O -u -lgfortran -g -fconvert="big-endian" # -O -u NOOPT …
rgrun
  • 178
  • 3
  • 14
0
votes
0 answers

Sun Java HttpServer - Either slow in serving requests or wasting resources (TIME_WAIT/CLOSE_WAIT)

First, I've searched a lot to find a solution but were not able to find an appropriate one. Environment (productive) Mongoose WebServer replies to simple GET-requests (all data are transmitted via QueryString) Apache HttpClient (single instance!)…
0
votes
1 answer

Why Sun Java on Solaris take more than twice RSS memory?

I've got a problem on my Solaris servers. When I launch a Sun Java process with restricted memory it takes more than twice the ressources. For example, I have 64 Go of memory on my servers. 1 is on Linux, the others are on Solaris. I ran the same…
Deimosfr
  • 101
  • 1
  • 3