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
1 answer

Determine version of JRE containing a fix from the Sun bug database

Updated Take http://bugs.sun.com/view_bug.do?bug_id=6857057. We witnessed this in JRE 6u17. How do I know which version of the JRE contains the fix? The general consensus on the Internet seems to be 6u18 - but how can I tell this from the bug…
Sam
  • 581
  • 4
  • 17
0
votes
1 answer

compile on sun studio 12, run on sun studio 10

I need to compile and link a program for someone to run on a Solaris 10 Sparc 64 bit machine which has Sun Studio 10. I have a machine with Solaris 10 Sparc 64 bit, but I have only been able to find Sun Studio 11 and 12 for download on the Oracle…
user823848
  • 25
  • 7
0
votes
2 answers

Netbeans or Oracle Solaris Studio 12.3?

We have a C++ application that runs on Solaris. There are no plans of porting it to other platforms as of now. Assuming that you have to choose between Netbeans 7 (or higher) and Oracle Solaris Studio 12.3 as an IDE, which one would you go for? The…
Prashanth
  • 2,404
  • 1
  • 17
  • 19
0
votes
1 answer

How do I determine if I'm going to get an inline or redirecting java install?

I'm using the following Java Deployment Toolkit: http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deplToolkit Now, I've searched the docs, and I cannot find when the inline java installer is possible. If the user has…
Stefan Kendall
  • 66,414
  • 68
  • 253
  • 406
0
votes
1 answer

.docx is getting downloaded as .zip file on IE from sun one web server

I have written some code in JSP to download .docx files which is hosted on a Sun One web server. But it is getting downloaded as a .zip file, not a .docx file. I have added the appropriate MIME types in the web server configuration, but I am still…
0
votes
2 answers

How do I remove loadbalancer pollution from my access logs

I have a pair of Sun web servers (iws6) sitting behind a load balancer. It likes to know if the web servers are up and continually asks for /alive.html. That is fine but how do I not log that in my access log? Failing that, how could I have the…
Aaron
  • 874
  • 3
  • 17
  • 34
0
votes
2 answers

Bus Error only when running on Solarix Unix Box

It compiles up and runs on my Linux box(Ubuntu) as well as other linux boxes both x86 and x64 but on a SunOS Generic_142900-02 sun4u sparc unix box, it crashes on the line matrix->col_head[i] = col_h; with a bus error, Also, when i compile it up…
KevinA
  • 619
  • 6
  • 25
0
votes
1 answer

SUN RPC (ONC/RPC): Calculating round trip time (or pinging) using null procedure in C

How can I calculate or estimate the RTT (Round Trip Time) between client and server? A tutorial or sample addressing this can also help.
duru
  • 270
  • 4
  • 14
-1
votes
1 answer

Which Proguard version do I need for the Sun Java Wireless Toolkit 2.5

In order to obfuscate my J2MEWTK project I am being instructed to do the following: However this link is now dead and lacks detail, where can I find a version of Proguard that works with the Sun Wireless Toolkit?
0x777C
  • 993
  • 7
  • 21
-2
votes
1 answer

How to solve java import com.sun.nio.zipfs.ZipFileSystem?

I'm solving dependencies for an open source java project and I can't find to what jar this import belongs, maybe it's a special JDK it belongs to? import com.sun.nio.zipfs.ZipFileSystem; Could you please help me?
Lidia
  • 415
  • 1
  • 4
  • 21
-2
votes
1 answer

How can I fix a "unable to find valid certification path to requested target" error using conda installed Java?

I was using the command yesterday and it worked perfectly. I may have installed a different perl or ava but I'm not sure why this would cause the error. I've looked at the other examples of this on StackOverflow but it appears that they are…
O.rka
  • 29,847
  • 68
  • 194
  • 309
-2
votes
1 answer

Java11, what shall MalformedByteSequenceException be replaced with?

I'm moving a project to Java11 I already changed sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl with java.lang.reflect.ParameterizedType (as specified here), now is the turn of MalformedByteSequenceException: warning:…
elect
  • 6,765
  • 10
  • 53
  • 119
-2
votes
2 answers

jar files is not found

from where can i download the jar files of these classes import com.sun.jmx.snmp.tasks.Task; import com.sun.java.swing.Painter; import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel; import…
ѕтƒ
  • 3,547
  • 10
  • 47
  • 78
-3
votes
2 answers

Java EE or Netbeans with Glassfish?

I've downloaded Netbeans with Glassfish and installed it. Do I have to download Java EE then from Sun's site?
ajsie
  • 77,632
  • 106
  • 276
  • 381
-5
votes
1 answer

Could anyone help me find this page?

This following link is broken since Sun is acquired by Oracle. Does anyone know what this page is about and where I can find it? Thanks! http://developer.java.sun.com/developer/technicalArticles/ALT/RefObj/
brian
  • 265
  • 1
  • 9
1 2 3
15
16