Java Mac El Capitan

  • Status:Closed
  • Resolution: Duplicate
  • Fix Version/s:9
  • Labels:
FULL PRODUCT VERSION :
java version '1.8.0_45'
Java(TM) SE Runtime Environment (build 1.8.0_45-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Mac El Capitan OS
A DESCRIPTION OF THE PROBLEM :
Clicking on a scrollbar causes a crash on El Capitan.
A small example is attached.
REPRODUCIBILITY :
This bug can be reproduced often.
---------- BEGIN SOURCE ----------
import java.awt.*;
import javax.swing.*;
class ScrolledPane
extends JFrame
{
private JScrollPane scrollPane;
public ScrolledPane()
{
setTitle( 'Scrolling Pane Application' );
setSize( 200, 200 );
setBackground( Color.gray );
setDefaultCloseOperation(EXIT_ON_CLOSE);
JPanel topPanel = new JPanel();
topPanel.setLayout( new BorderLayout() );
getContentPane().add( topPanel );
//Icon image = new ImageIcon( 'chanceBlue.gif' );
JLabel label = new JLabel( 'Hello World' );
// Create a tabbed pane
scrollPane = new JScrollPane();
scrollPane.getViewport().add( label );
topPanel.add( scrollPane, BorderLayout.CENTER );
}
public static void main( String args[] )
{
// Create an instance of the test application
ScrolledPane mainFrame = new ScrolledPane();
mainFrame.setVisible( true );
}
}
---------- END SOURCE ----------

Attachments

Apple Safari 5.1.9 (for Mac OS X 10.6) / 6.0.4 (for OS X 10.7/10.8) or later - open Safari go to Safari menu Preferences Security tab untick 'Allow Java' or you can tick it to enable it and you now have control of the Java plug-in for individual websites by clicking the 'Manage Website Settings'. If you’re having problems running Java 6 on your Mac in El Capitan then you simply need to install Apple’s legacy Java 6 OS X 2015-001 update. This is a special update from Apple which allows the outdated Java 6 to safely run on your Mac. In the release notes for the Java 6 update, Apple states. Java Download And Mac Os 10.11 El Capitan 11 El Capitan; Mac OS EL Capitan is one of the best-operating systems and twelfth major release of Apple. Although Apple has major new releases for macOS. However, in the case of Mac computers, Mac OS EL Capitan still has it all to be in the category of best Mac operating system.

  1. hs_err_pid1638.log
    43 kB
  2. ScrolledPane_crash.txt
    82 kB
  3. ScrolledPane.java
    0.8 kB
duplicates
Java

JDK-8129538[macosx] AWT file open dialog visually broken

Java 6 For Mac El Capitan

  • Closed

Java For Mac El Capitan

Assignee:
Alexandr Scherbatiy
Reporter:
Webbug Group
Votes:
0Vote for this issue
Watchers:
4Start watching this issue