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

java CORBA Server limiting the number of connection

I have a CORBA Server developed using Java (Oracle/Sun)... I do not know why, but the server is limiting the number of connection to 240. The application itself does not have any limitation... so i was wondering if the ORB itself can have some kind…
Helio Aymoto
  • 303
  • 2
  • 5
  • 16
0
votes
0 answers

How to replace a few specific lines of code stemming from com.sun.image.codec.jpeg.*

I am just getting into 3D modeling, like really just getting into it. JPEGImageEncoder jie = JPEGCodec.createJPEGEncoder(bos); JPEGEncodeParam param = jie.getDefaultJPEGEncodeParam(bImage); param.setQuality(1.0f, true); …
Tyler
  • 35
  • 9
0
votes
1 answer

How to start nethack on solaris 11.3?

I downloaded this package from the package manager: http://pkg.oracle.com/solaris/beta/info/0/pkg%3A%2F%2Fsolaris%2Fgames%2Fnethack@3.4.3,5.11-0.151.0.1%3A20101105T054109Z
james
  • 135
  • 1
  • 6
0
votes
3 answers

Has Sun deprecated Java DTD URLs?

We use the xmltask ANT task for conditional logic (ie: if statements) in our ANT scripts. Currently this task is bombing, apparently because can't reach "http://java.sun.com/dtd/application_1_3.dtd". We can't access this URL either in our browser.…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
0
votes
1 answer

Sun Metro WebServices with Spring

I am using sun metro webservice stack with spring. every thing is working fine but i am unable customize namespace of the my service. my service always setting namespace as {http://www.springframework.org/schema/beans}. how do i customize my…
ngadde
  • 49
  • 2
  • 4
0
votes
1 answer

Android Client connecting to the Server over SSL

I am trying to create an SSL connection from android client to the server over SSL. In the very beginning I was always getting javax.net.ssl.SSLHandshakeException: no cipher suites in common on the server when connection was attempted. After some…
0
votes
0 answers

JDWP Unable to get JNI 1.2 environment - what issues does it cause?

ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2 JDWP exit error AGENT_ERROR_NO_JNI_ENV(183): [util.c:840] This seems to be an old error in Eclipse, it's a known bug from a few years ago. I am just wondering: What…
H1b1
  • 51
  • 2
  • 10
0
votes
1 answer

X11 forwarding, how to change strange colors?

I have an old SUN Solaris 2.5 box, which controls very important hardware from the 1990s. I need this old thing because a replacement would cost me 80 kEuros (!). The OS of the SUN does not have ssh, and even not utilities like pkgadd or compilers…
Krumpel
  • 43
  • 6
0
votes
1 answer

Are there any major shortcomings to using Sun's JSP template solution?

This is 10 years old, but still appears to be one of the most widely accepted JSP template solutions. Is this still a viable approach for basic templates? http://java.sun.com/developer/technicalArticles/javaserverpages/jsp_templates/ I've heard some…
user4903
0
votes
1 answer

Eclipse with old Sun USB Keyboard

I'm forced to work with Eclipse (3.6) now, and i would like to re-use my favorite Sun keyboard with the left function block for cut/copy/paste/undo/find/etc (can't code without it ..). So far i got it working with about every IDE/Editor i used, but…
fesc
  • 11
  • 3
0
votes
1 answer

Approximately find the location using the direction of shadow, UT and date

I love astronomy. Is anyone with an idea about finding location using by direction of shadow( for example azimuth angle) , UT and date? I have a satellite image and I know north, time and date. one of the cues that I can use, is for example in…
0
votes
0 answers

Data migration in LDAP

What is the best way to load data in LDAP where the data count is 10 million, tried with LDIF file which took more than 40 min for 300k records. Looking for an option to load 10 million records in less than 5 hrs. Is there anything that can be done…
user3315068
  • 91
  • 2
  • 7
0
votes
2 answers

Java API Equivalent of Sun Object

Running static analysis on my code it was pointed out that I shouldn't use Sun classes and use Java APIs instead. What would be the correct Java API equivalent of the following code: DeferredElementNSImpl nodes = (DeferredElementNSImpl) node; Node…
Samantha Catania
  • 5,116
  • 5
  • 39
  • 69
0
votes
2 answers

Developing Web services applications from existing WSDL files

I have done this on Websphere (re: title of this topic) using wsdl2java for generating wsdl to java mapping xml file. My endpoint is a generic stateless EJB. The code in EJB is generated by traversing the each wsdl and getting the wsdl operation and…
gogo
0
votes
1 answer

Alternative to DataSourceStreamingDataHandler for MTOM testing

In a JUnit test I am using the class com.sun.xml.internal.ws.encoding.DataSourceStreamingDataHandler which is bad because it is an internal class and Maven refuses to compile my JUnit tests even with -DskipTests flag. My JUnit test is: @Test public…
Vitaly Olegovitch
  • 3,509
  • 6
  • 33
  • 49