¡@

Home 

java Programming Glossary: view_bug.do

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

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

Windows and Gnome only from http bugs.sun.com bugdatabase view_bug.do bug_id 6486393 This article however says that even Gnome support..

Workaround for Apache Ant Install Bug

http://stackoverflow.com/questions/10473518/workaround-for-apache-ant-install-bug

to work can you please share http bugs.sun.com bugdatabase view_bug.do bug_id 7077696 1 Run with Djava.net.preferIPv4Stack true add..

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

against such class files http bugs.sun.com bugdatabase view_bug.do bug_id 7078419 Starting with R5 OSGi will no longer ship target..

Java String.substring method potential memory leak?

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

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

NullPointerException in invokeLater while running through Java Webstart

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

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

Get subprocess id in Java

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

no public API for this see http bugs.sun.com bugdatabase view_bug.do bug_id 4244896 but there are workarounds. A first workaround..

ERROR: JDWP Unable to get JNI 1.2 environment

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

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

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 System.gc does nothing view http bugs.sun.com view_bug.do bug_id 6668279 and in particular that there's a XX DisableExplicitGC..

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

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

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

returning. The bug entry for this is http bugs.sun.com view_bug.do jsessionid db7fcf25bcce13541c4289edeb4 bug_id 4285834 and doesn't..

Alternative to File.exists() in Java

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

into my first bug in Java http bugs.sun.com bugdatabase view_bug.do bug_id 5003595 I'm pretty much in the same exact situation as..

Reference is ambiguous with generics

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

and this is a bug in javac http bugs.sun.com bugdatabase view_bug.do bug_id 7031404 https bugs.eclipse.org bugs show_bug.cgi id 340506..

Killing a process using Java

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

may not be terminated see http bugs.sun.com bugdatabase view_bug.do bug_id 4770092 . On the other hand if you want to kill external..

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

Thread.java 636 see http bugs.sun.com bugdatabase view_bug.do bug_id 6754672 Also be careful with Dcom.sun.management.jmxremote.authenticate..

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

bug on this same matter http bugs.sun.com bugdatabase view_bug.do bug_id 4921816 Part 1 A reproducible example of the problem..