¡@

Home 

java Programming Glossary: solaris

How can I “intercept” Ctrl+C in a CLI application?

http://stackoverflow.com/questions/1216172/how-can-i-intercept-ctrlc-in-a-cli-application

application Does a multi platform solution exist Linux Solaris Windows I'm using Console 's readLine but if necessary I could..

How do I optimize for multi-core and multi-CPU computers in Java?

http://stackoverflow.com/questions/1223072/how-do-i-optimize-for-multi-core-and-multi-cpu-computers-in-java

this page which talks about how to tune Java threading on Solaris. And this page talks about other things that can slow down a..

How can I convert my Java program to an .exe file? [closed]

http://stackoverflow.com/questions/147181/how-can-i-convert-my-java-program-to-an-exe-file

creates LaunchAnywheres on Windows 95 98 NT 2000 Me Solaris Linux and Mac OS X. LaunchAnywhere enables end users to double..

Use JNI instead of JNA to call native code?

http://stackoverflow.com/questions/1556421/use-jni-instead-of-jna-to-call-native-code

Full JNAerator support works on Windows Linux MacOS X Solaris Android As for memory copying I believe JNA supports direct..

How to check if a program is installed on system [duplicate]

http://stackoverflow.com/questions/2439984/how-to-check-if-a-program-is-installed-on-system

you'll also have to take into account the Linux UNIX Mac Solaris etc in other words anywhere where Java is able to run ways to..

Create file with given size in Java

http://stackoverflow.com/questions/245251/create-file-with-given-size-in-java

4 0 SEEK_CUR 0 6070 ftruncate 4 1073741824 0 while on a Solaris machine it will use the the F_FREESP64 function of the fcntl..

Using Java to get OS-level system information

http://stackoverflow.com/questions/25552/using-java-to-get-os-level-system-information

run on many different platforms but primarily variants of Solaris Linux and Windows. Has anyone been able to successfully extract..

fastest (low latency) method for Inter Process Communication between Java and C/C++

http://stackoverflow.com/questions/2635272/fastest-low-latency-method-for-inter-process-communication-between-java-and-c

in C C . both app server are running on the same machine a Solaris box but we're considering migrating to Linux eventually . type..

Catching java.lang.OutOfMemoryError?

http://stackoverflow.com/questions/2679330/catching-java-lang-outofmemoryerror

an OutOfMemoryError and in my experience on Windows and Solaris JVMs only very infrequently is OutOfMemoryError the death knell..

How are Java Thread priorities translated to an OS thread priority?

http://stackoverflow.com/questions/297804/how-are-java-thread-priorities-translated-to-an-os-thread-priority

Here's the list based on the Hotspot code in OpenJDK 6 Solaris 1 0 2 32 3 64 4 96 5 10 127 Of note is that on Solaris you can't.. 6 Solaris 1 0 2 32 3 64 4 96 5 10 127 Of note is that on Solaris you can't raise the thread priority above normal only lower..

How to reliably guess the encoding between MacRoman, CP1252, Latin1, UTF-8, and ASCII

http://stackoverflow.com/questions/4198804/how-to-reliably-guess-the-encoding-between-macroman-cp1252-latin1-utf-8-and

Because we ™re running in a mixed Unix environment Solaris Linux Darwin with most desktops being Macs we have quite a few..

Is System.nanoTime() completely useless?

http://stackoverflow.com/questions/510462/is-system-nanotime-completely-useless

to design microprocessors . There's no mention of SPARC or Solaris sadly. And of course we have no idea what IBM JVMs do. But Sun..

What does Java option -Xmx stand for?

http://stackoverflow.com/questions/5374455/what-does-java-option-xmx-stand-for

upper limit for this value will be approximately 4000m on Solaris 7 and Solaris 8 SPARC platforms and 2000m on Solaris 2.6 and.. this value will be approximately 4000m on Solaris 7 and Solaris 8 SPARC platforms and 2000m on Solaris 2.6 and x86 platforms.. on Solaris 7 and Solaris 8 SPARC platforms and 2000m on Solaris 2.6 and x86 platforms minus overhead amounts. Examples Xmx83886080..

Green Threads vs Non Green Threads

http://stackoverflow.com/questions/5713142/green-threads-vs-non-green-threads

a thing of the past. See the Threading article. It's about Solaris but the fact that green threads are not used anymore is valid.. on the Linux Platform . That dates back to 2000. For Solaris native threads were available from JDK 1.2. That dates back..

Java 32-bit vs 64-bit compatibility

http://stackoverflow.com/questions/783662/java-32-bit-vs-64-bit-compatibility

a little more detail I have code that was working in a Solaris environment running a 32 bit JVM but now I'm getting issues..

How do I detect which kind of JRE is installed — 32bit vs. 64bit

http://stackoverflow.com/questions/807263/how-do-i-detect-which-kind-of-jre-is-installed-32bit-vs-64bit

for Linux by checking 'uname m p' x86_64 for Solaris it can be done using e.g. 'isainfo b' for Mac O SX it can t..

How can I use Drag-and-Drop in Swing to get file path?

http://stackoverflow.com/questions/811248/how-can-i-use-drag-and-drop-in-swing-to-get-file-path

DataFlavor.javaFileListFlavor For Linux and probably Solaris the DataFlavor is a little trickier. You'll need to make your..