sun

Are there any goodies for SCJP?

Hi All, Just want to know whether SUN is providing any goodies (either free or paid), which can be availed for SCJPs ?? I heard like Microsoft is providing such goodies. Anybody has any idea on this? Cheers, PK ...

J2EE or Netbeans with Glassfish?

ive downloaded Netbeans with Glassfish and installed it. do i have to download j2ee then from sun's site? ...

NetBeans IDE under Oracle

Hello lads and ladies, 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 Reports (iReport). Yet Oracle (who will soon buy Sun) doesn't seem ...

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

Hi, 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 softwares on all servers (only java). When servers starts they took between 400Mb and...

Sun RPC: transferring binary files

Hello everyone, I want to transfer binary files to remote server. I am using SUN/ONC RPC (rpcgen on Linux) for my code. I am using C. I have written code for server and client and it works for text files, but when I try to transfer binary files it says the file is corrupted after transfer. I am storing data chunks in character array o...

hw to get source code native c language library of java 1.4?

Hi i want to see implementation of java.util.zip.CRC32. But within this class its using native c library functions for core implementation.How can I get the native source code. I can see the java.util.zip.CRC32 source code, but this doesn't have the actual implementation. ...

What is the cause of JVM exit code 1073807364?

I've built a RCP-based application, and one of my users running on Windows XP, Sun JVM 1.6.0_12 had a full application crash. After the app was running for two days (and this is not a new version or anything), he got the nice gray JVM force exit box, with exit code=1073807364. He was away from the machine at the time, and the only thin...

Looking for java source code from sun

I am pretty sure that this is a stupid question but after poking around on the sun page for about an hour I am completely confused. I want to get the source (.java NOT .class) files for this: sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream or more generally just the entire sun.net.www.protocol.https package. ...

Can DDD account for strings?

I am trying to figure out a problem in my c++ code and have DDD to debug with on a Sun machine. I am required to use strings per some standard we have. But whenever DDD encounters a string variable, it always comes up as being empty. I want to remember having the same trouble using CVD before on an SGI. Short of re-writing my code to ...

About SCWCD exam clarification

Hi I am appearing for SCWCD exam in couple of days but as SUN is acquired by Oracle does it affect the exams of SUN like SCJP, SCWCD. Is it same worth of like earlier or does Oracle change it. Thans... ...

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 and i couldn`t find it in the site. Broken Link : rmi.netbeans.org Please if there is ...

Why are so many new languages written for the Java VM?

There are more and more programming languages (Scala, Clojure,...) coming out that are made for the Java VM and are therefore compatible with the Java Byte-Code. I'm beginning to ask myself: Why the Java VM? What makes it so powerful or popular that there are new programming languages, which seem gaining popularity too, created for it...

Is there a Java (Sun/Oracle) equivalent of the Microsoft MVP Program?

We already run a NFR (not for resale) program where we give Microsoft MVP's a reduced cost licence of our software. We would like to extend this to the Java community, but I'm having trouble finding the equivalent program in the Sun/Oracle world. Is there such a thing? ...

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: Makefile, line 221: Unexpected end of line seen The Makefile looks like: 218: GIT-VERSION-FILE: FORCE 219: @$(SHELL_PATH) ./GIT-VERSION-GEN 220: -include GIT-VERSION-FILE 221: 222: uname_S := $(s...

Sun permgen & JRockit garbage collection

In the Sun JVM, classes that are loaded by the class loader are put in permgen space and never gc'd. (Unless the class loader goes out of scope) It's my understanding that JRockit puts that same data on the heap instead. Is that data then subject to garbage collection? Thanks. ...

Can standard Sun javac do incremental compiling?

Recently I started to use Eclipse's java compiler, because it is significantly faster than standard javac. I was told that it's faster because it performs incremental compiling. But I'm still a bit unsure about this since I can't find any authoritative documentation about both - eclispse's and sun's - compilers "incremental feature". Is ...

rpcbind authorization problems

Hy, I am using rpcbind (SunRPC) on Arch linux and python rpc.py (wich use standard python socket module) interface for comunication with it, but every time I try to send request for registration or unregistration to rpcbind I get message that I am rejected for security reasons. Only situation when everything works is that when I call rp...

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 able to vote for more + have no idea how to push that. ...

How to let idlj compile idl files in ant

Hi, 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? ...

C# and ldaps other than MSAD

Hi, is there a way for a c# application to interact via LDAP with Directory Servers like SUN's or Tivoli's ? If it's possible, any hints you can give me ? Thanks ...