¡@

Home 

java Programming Glossary: bugs.sun.com

Not supported platforms for java.awt.Desktop.getDesktop()

http://stackoverflow.com/questions/102325/not-supported-platforms-for-java-awt-desktop-getdesktop

was developed to support Windows and Gnome only from http bugs.sun.com bugdatabase view_bug.do bug_id 6486393 This article however..

How to compile mavenized OSGi 4.3 bundle with OpenJDK 7?

http://stackoverflow.com/questions/10911231/how-to-compile-mavenized-osgi-4-3-bundle-with-openjdk-7

support for compiling against such class files http bugs.sun.com bugdatabase view_bug.do bug_id 7078419 Starting with R5 OSGi..

Java String.substring method potential memory leak?

http://stackoverflow.com/questions/14161050/java-string-substring-method-potential-memory-leak

. Note that this has changed since Java 7u6 . See http bugs.sun.com view_bug.do bug_id 4513622 . The original assumptions around..

How do a send an HTTPS request through a proxy in Java?

http://stackoverflow.com/questions/1511674/how-do-a-send-an-https-request-through-a-proxy-in-java

a new bug sometime in Java 5. See this bug report http bugs.sun.com view 5Fbug.do bug 5Fid 6614957 The good news is that the SSL..

NullPointerException in invokeLater while running through Java Webstart

http://stackoverflow.com/questions/17275259/nullpointerexception-in-invokelater-while-running-through-java-webstart

test serv.callBack Update4 JRE Bug I submitted http bugs.sun.com bugdatabase view_bug.do bug_id 8019272 Other related bugs http.. view_bug.do bug_id 8019272 Other related bugs http bugs.sun.com bugdatabase view_bug.do bug_id 8019274 http bugs.sun.com bugdatabase.. bugs.sun.com bugdatabase view_bug.do bug_id 8019274 http bugs.sun.com bugdatabase view_bug.do bug_id 8028290 http bugs.sun.com bugdatabase..

Get subprocess id in Java

http://stackoverflow.com/questions/1897655/get-subprocess-id-in-java

question There is still no public API for this see http bugs.sun.com bugdatabase view_bug.do bug_id 4244896 but there are workarounds...

ERROR: JDWP Unable to get JNI 1.2 environment

http://stackoverflow.com/questions/2225737/error-jdwp-unable-to-get-jni-1-2-environment

eclipse share improve this question Looks like http bugs.sun.com view_bug.do bug_id 6476706 which has low priority and is still..

Why is it a bad practice to call System.gc?

http://stackoverflow.com/questions/2414105/why-is-it-a-bad-practice-to-call-system-gc

that it's possible that System.gc does nothing view http bugs.sun.com view_bug.do bug_id 6668279 and in particular that there's a..

How to unmap a file from memory mapped using FileChannel in java?

http://stackoverflow.com/questions/2972986/how-to-unmap-a-file-from-memory-mapped-using-filechannel-in-java

method was submitted as RFE to sun some time back http bugs.sun.com view_bug.do bug_id 4724038 java memory mapped files share..

Is there a workaround for Java's poor performance on walking huge directories?

http://stackoverflow.com/questions/354703/is-there-a-workaround-for-javas-poor-performance-on-walking-huge-directories

an array before returning. The bug entry for this is http bugs.sun.com view_bug.do jsessionid db7fcf25bcce13541c4289edeb4 bug_id 4285834..

Alternative to File.exists() in Java

http://stackoverflow.com/questions/3833127/alternative-to-file-exists-in-java

happen to me but I ran into my first bug in Java http bugs.sun.com bugdatabase view_bug.do bug_id 5003595 I'm pretty much in the..

Reference is ambiguous with generics

http://stackoverflow.com/questions/5361513/reference-is-ambiguous-with-generics

my intuition is right and this is a bug in javac http bugs.sun.com bugdatabase view_bug.do bug_id 7031404 https bugs.eclipse.org..

Killing a process using Java

http://stackoverflow.com/questions/6356340/killing-a-process-using-java

new sub processes those may not be terminated see http bugs.sun.com bugdatabase view_bug.do bug_id 4770092 . On the other hand if..

How to activate JMX on my JVM for access with jconsole?

http://stackoverflow.com/questions/856881/how-to-activate-jmx-on-my-jvm-for-access-with-jconsole

359 at java.lang.Thread.run Thread.java 636 see http bugs.sun.com bugdatabase view_bug.do bug_id 6754672 Also be careful with..

Why does InetAddress.isReachable return false, when I can ping the IP address?

http://stackoverflow.com/questions/9922543/why-does-inetaddress-isreachable-return-false-when-i-can-ping-the-ip-address

in Java And even a reported bug on this same matter http bugs.sun.com bugdatabase view_bug.do bug_id 4921816 Part 1 A reproducible..