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
3
votes
2 answers

Finding out if LDAP user in Sun Directory Server 5.2 is locked out, in Java

I'm developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 for LDAP access. According to our LDAP administrator, it is not possible to find out programmatically, if a specific user is locked out in the directory - the…
simon
3
votes
1 answer

How to let idlj compile idl files in ant

I've no idea how to compile my idl files with the sun-idl compiler (idlj) with the help of ant? Does anyone have an idea?
tuergeist
  • 9,171
  • 3
  • 37
  • 58
3
votes
1 answer

Java bug database: where to send comments that 3 votes is not enough

Sun's bug database for Java allows you to vote for up to 3 bugs. Where can I send feedback that 3 bugs is not enough? (seems like a bug in the bugtracker) They've left bugs unfixed for years that do not have reasonable workarounds. I'd like to be…
Jason S
  • 184,598
  • 164
  • 608
  • 970
3
votes
5 answers

NetBeans IDE under Oracle

I'm a bit freaked about what I just read. I did some research, as I want to start programming in Java, and I came to the conclusion that NetBeans is the best IDE for me because of its capable Swing GUI Designer and powerful reporting with Jasper…
AlexRednic
  • 326
  • 1
  • 6
  • 17
3
votes
2 answers

What's the use for the new dll "sunec.dll" file along with JAVA7

I just noticed there is one new dll file named sunec.dll since JAVA7. I tried Googling a lot about this file but in vain. Can anyone provide an introduction about this new file here?? Thanks a lot!
ShawnLee
  • 157
  • 2
  • 9
3
votes
1 answer

adding methods to existing java class and recompile with my project

I'm trying to do something that should be pretty easy but some how I keep failing... the idea is to take existing java class from java repository (in our case java sun) modify it a bit.. recompile the class and use the modified class in our…
Gal Mazor
  • 100
  • 2
  • 10
3
votes
2 answers

difference between Sun JDK and open JDK

I am running into errors such as the following: Exception in thread "Thread-1" java.lang.IncompatibleClassChangeError: Found class com.sun.image.codec.jpeg.JPEGImageEncoder, but interface was expected I have built my JAR's using Sun JDK and I…
reza
  • 5,972
  • 15
  • 84
  • 126
3
votes
1 answer

Is there any way to redirect the output of native JVM output like -XX:+PrintCompilation

Some hotspot JVM flags, like -XX:+PrintCompilation, cause output to appear on stdout or stderr. GC related output, such as that enabled by -verbose:gc, can be redirected using -Xloggc:, but I can't find any way to redirect other native…
BeeOnRope
  • 60,350
  • 16
  • 207
  • 386
3
votes
3 answers

How do I reduce the amount of Full GC?

I have a java program that downloads information and parses it, storing results in a MySQL database. It can be started multiple times, up to 3 at the same time. I was finding that the server load was going sky high (> 10) at certain points and while…
Cyntech
  • 5,362
  • 6
  • 33
  • 47
3
votes
1 answer

Anyone tried submitting hs_err files to Sun?

I run a lot of java code on my servers, and occasionally I get a JVM crash, accompanied by a crash dump hs_err_pid file. Lately I've decided to try to be a better netizen, so I examined the latest crash log, made sure it was indeed the latest JVM,…
itsadok
  • 28,822
  • 30
  • 126
  • 171
3
votes
2 answers

Changing HttpURLConnection in running jvm

Is it possible to change the http handler in jax-ws? For example: from weblogic.net.http.HttpURLConnection to sun.net.www.protocol.http.HttpURLConnection.
shuttle
  • 153
  • 1
  • 11
2
votes
1 answer

Java getting area of pixels and turning into an image - how can this be made more efficient?

I have some code which will grab an area of pixels on the screen and turn them into a BufferedImage object. The thing is - it is MASSIVELY slow, so I am looking for support in increasing its speed! The code is as follows: public BufferedImage…
RenegadeAndy
  • 5,440
  • 18
  • 70
  • 130
2
votes
1 answer

SUN IMQ topic messages preview

Is there any way to view the messages that reside inside a JMS Topic destiantion? I've got a problem with messages not being released from Topic destination. The Topic has got 1 producer and 7 consumers and none of them is durable. Thanks in advance…
rwozniak
2
votes
4 answers

Can you run glassfish with JRockit?

Has anyone tried running glassfish with JRockit? I see some references saying it's not possible but they are very outdated. Anyone tried this?
GBa
  • 17,509
  • 15
  • 49
  • 67
2
votes
1 answer

Java built-in Adjacency List

I was reading this which consists of old java packages such as sun packages. I find some of them useful. On of them is sun.security.provider.certpath.Vertex, which represents a Vertex and following the Vertex class was AdjacencyList i.e…
user8838577