Problem with JRE1.5 but not JRE1.4

I have a program, that compiles and runs well on Java 1.4 but has serious trouble on Java 1.5.
I will click a button and then the GUI will freeze for 10 seconds, with the CPU at 60%. It shouldn't be doing anything intensive, just updating a couple of JLists. The problem is very inconsistant. I will remove parts of the code, and the problem happens on some other action.
I've tried this on linux and windows, with the same results. 1.4 good, 1.5 bad. Here is a dump (after sending it a sig 3) while it was in this frozen state. It looks like its waiting for something... what!
Any pointers will be appreciated....
Michael
Full thread dump Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode, sharing):
"DestroyJavaVM" prio=1 tid=0xf3b00a68 nid=0x29c3 waiting on condition [0x00000000..0xfeffd260]
"TimerQueue" daemon prio=1 tid=0x083eaa28 nid=0x29d5 in Object.wait() [0x02b80000..0x02b80480]
at java.lang.Object.wait(Native Method)
- waiting on <0xcac5a100> (a javax.swing.TimerQueue)
at javax.swing.TimerQueue.run(TimerQueue.java:233)
- locked <0xcac5a100> (a javax.swing.TimerQueue)
at java.lang.Thread.run(Thread.java:595)
"AWT-EventQueue-0" prio=1 tid=0x083d5b78 nid=0x29ce runnable [0x01323000..0x01324780]
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:393)
at java.lang.StringBuffer.append(StringBuffer.java:225)
- locked <0xca55ffa8> (a java.lang.StringBuffer)
at Map.toString(Unknown Source)
at TabListCellRenderer.getListCellRendererComponent(Unknown Source)
at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1134)
at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1084)
at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2200)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
at javax.swing.DefaultListSelectionModel.insertIndexInterval(DefaultListSelectionModel.java:566)
at javax.swing.plaf.basic.BasicListUI$Handler.intervalAdded(BasicListUI.java:2158)
at javax.swing.AbstractListModel.fireIntervalAdded(AbstractListModel.java:130)
at javax.swing.DefaultListModel.addElement(DefaultListModel.java:348)
at BLS_ES202.UpdateCodeList(Unknown Source)
at BLS_ES202.NAICSFilterComboBoxActionPerformed(Unknown Source)
at BLS_ES202.access$500(Unknown Source)
at BLS_ES202$6.actionPerformed(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1268)
at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
at javax.swing.DefaultComboBoxModel.removeElementAt(DefaultComboBoxModel.java:140)
at javax.swing.DefaultComboBoxModel.removeElement(DefaultComboBoxModel.java:156)
at javax.swing.JComboBox.removeItem(JComboBox.java:718)
at com.heterodyne.gui.MemComboBox.add(Unknown Source)
at BLS_ES202.BtnSelectCodeActionPerformed(Unknown Source)
at BLS_ES202.access$700(Unknown Source)
at BLS_ES202$8.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1766)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
"AWT-Shutdown" prio=1 tid=0x083cfd48 nid=0x29cd in Object.wait() [0x017f3000..0x017f3700]
at java.lang.Object.wait(Native Method)
- waiting on <0xcaa026d8> (a java.lang.Object)
at java.lang.Object.wait(Object.java:474)
at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
- locked <0xcaa026d8> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:595)
"AWT-XAWT" daemon prio=1 tid=0x083c7418 nid=0x29cc runnable [0x04681000..0x04681680]
at sun.awt.X11.XToolkit.waitForEvents(Native Method)
at sun.awt.X11.XToolkit.run(XToolkit.java:463)
at sun.awt.X11.XToolkit.run(XToolkit.java:438)
at java.lang.Thread.run(Thread.java:595)
"Java2D Disposer" daemon prio=1 tid=0x083bb430 nid=0x29cb in Object.wait() [0x03f60000..0x03f60600]
at java.lang.Object.wait(Native Method)
- waiting on <0xcaa027f8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0xcaa027f8> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at sun.java2d.Disposer.run(Disposer.java:107)
at java.lang.Thread.run(Thread.java:595)
"Low Memory Detector" daemon prio=1 tid=0x080a0790 nid=0x29c9 runnable [0x00000000..0x00000000]
"CompilerThread0" daemon prio=1 tid=0x0809f2e0 nid=0x29c8 waiting on condition [0x00000000..0x00531e68]
"Signal Dispatcher" daemon prio=1 tid=0x0809e2c0 nid=0x29c7 waiting on condition [0x00000000..0x00000000]
"Finalizer" daemon prio=1 tid=0x0809a690 nid=0x29c6 in Object.wait() [0x00406000..0x00406780]
at java.lang.Object.wait(Native Method)
- waiting on <0xca9db230> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
- locked <0xca9db230> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
"Reference Handler" daemon prio=1 tid=0x080987d0 nid=0x29c5 in Object.wait() [0x00311000..0x00311700]
at java.lang.Object.wait(Native Method)
- waiting on <0xca9db2b0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:474)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
- locked <0xca9db2b0> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=1 tid=0x08095d10 nid=0x29c4 runnable
"VM Periodic Task Thread" prio=1 tid=0x080a1cf8 nid=0x29ca waiting on condition

I've extracted the minimal code that shows this problem...
You need to include AbsoluteLayout.jar in the classpath
* Test code to show anomaly between Java1.5 and Java1.4
* Select the first 5 elements then press "In" to move the elements to the right box.
* Then press "out" to return them.
* On 1.4 it happens instantaneously, on 1.5 it takes > 10 seconds !!!
import java.awt.*;
import java.util.*;
import javax.swing.*;
public class ES202_GUI extends javax.swing.JFrame {
    public ES202_GUI() {
        initComponents();
        vCodeVector      = new Vector ();
        LoadTestVector  ( vCodeVector );
        UpdateCodeList(  ); 
    private void initComponents() {
        java.awt.GridBagConstraints gridBagConstraints;
        IndustryPanel = new javax.swing.JPanel();
        jScrollPane2 = new javax.swing.JScrollPane();
        CodeSelect = new javax.swing.JList();
        jScrollPane1 = new javax.swing.JScrollPane();
        CodePool = new javax.swing.JList();
        BtnDeselectCode = new javax.swing.JButton();
        BtnSelectCode = new javax.swing.JButton();
        getContentPane().setLayout(new javax.swing.BoxLayout(getContentPane(), javax.swing.BoxLayout.X_AXIS));
        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
        IndustryPanel.setLayout(new org.netbeans.lib.awtextra.AbsoluteLayout());
        IndustryPanel.setBorder(new javax.swing.border.TitledBorder(""));
        CodeSelect.setFont(new java.awt.Font("Default", 0, 12));
        CodeSelect.setModel(new DefaultListModel());
        jScrollPane2.setViewportView(CodeSelect);
        IndustryPanel.add(jScrollPane2, new org.netbeans.lib.awtextra.AbsoluteConstraints(420, 40, 350, 150));
        CodePool.setFont(new java.awt.Font("Default", 0, 12));
        CodePool.setModel(new DefaultListModel());
        jScrollPane1.setViewportView(CodePool);
        IndustryPanel.add(jScrollPane1, new org.netbeans.lib.awtextra.AbsoluteConstraints(10, 40, 350, 150));
        BtnDeselectCode.setText("Out");
        BtnDeselectCode.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                BtnDeselectCodeActionPerformed(evt);
        IndustryPanel.add(BtnDeselectCode, new org.netbeans.lib.awtextra.AbsoluteConstraints(360, 90, 60, 30));
        BtnSelectCode.setForeground(new java.awt.Color(0, 0, 128));
        BtnSelectCode.setText("In");
        BtnSelectCode.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                BtnSelectCodeActionPerformed(evt);
        IndustryPanel.add(BtnSelectCode, new org.netbeans.lib.awtextra.AbsoluteConstraints(360, 40, 60, 30));
        getContentPane().add(IndustryPanel);
        pack();
    private void BtnDeselectCodeActionPerformed(java.awt.event.ActionEvent evt) {                                               
        int Selections[] = CodeSelect.getSelectedIndices();
        Map     Next;
        if ( Selections.length > 0 )
            for( int i = 0; i < Selections.length; i++ ) {
                Next = (Map)CodeSelect.getModel().getElementAt(Selections);
((Map)vCodeVector.get( Next.VectorIndex )).bSelected = false;
else
for(int i = 0; i < CodeSelect.getModel().getSize(); i++) {
Next = (Map)CodeSelect.getModel().getElementAt(i);
((Map)vCodeVector.get(Next.VectorIndex)).bSelected = false;
if ( Selections.length > 0 )
for( int i = Selections.length-1; i >= 0 ; i-- ) {
((DefaultListModel)CodeSelect.getModel()).removeElementAt(Selections[i]);
else
((DefaultListModel)CodeSelect.getModel()).removeAllElements();
UpdateCodeList();
private void BtnSelectCodeActionPerformed(java.awt.event.ActionEvent evt) {                                             
int Selections[] = CodePool.getSelectedIndices();
Map Next;
if ( Selections.length > 0 )
for( int i = 0; i < Selections.length; i++ ) {
Next = (Map)CodePool.getModel().getElementAt(Selections[i]);
((DefaultListModel)CodeSelect.getModel()).addElement( Next );
((Map)vCodeVector.get( Next.VectorIndex )).bSelected = true;
else /* If we are transferring everything */
for(int i = 0; i < CodePool.getModel().getSize(); i++) {
Next = (Map)CodePool.getModel().getElementAt(i);
((DefaultListModel)CodeSelect.getModel()).addElement( Next );
((Map)vCodeVector.get(Next.VectorIndex)).bSelected = true;
if ( Selections.length > 0 )
for( int i = Selections.length-1; i >= 0 ; i-- ) {
((DefaultListModel)CodePool.getModel()).removeElementAt(Selections[i]);
else
((DefaultListModel)CodePool.getModel()).removeAllElements();
/********************** Main Main Main Main Main
* @param args the command line arguments
public static void main(String args[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new ES202_GUI().setVisible(true);
// Update the NAICS Pool ListB
private void UpdateCodeList() {
Map Next;
((DefaultListModel)CodePool.getModel()).clear();
for(int i=0; i < vCodeVector.size(); i++ ) {
Next = (Map)(vCodeVector.get(i));
((DefaultListModel)CodePool.getModel()).addElement( Next );
private void LoadTestVector( Vector vTestVector ) {
Map record;
int index = 0;
for( int j=0; j < 2000; j++ ) {
record = new Map();
record.Code = new Integer( j );
record.bDisplay = true; record.bSelected = false;
record.VectorIndex = j;
vCodeVector.add( record );
private Vector <Map> vCodeVector;
// Variables declaration - do not modify
private javax.swing.JButton BtnDeselectCode;
private javax.swing.JButton BtnSelectCode;
private javax.swing.JList CodePool;
private javax.swing.JList CodeSelect;
private javax.swing.JPanel IndustryPanel;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JScrollPane jScrollPane2;
// End of variables declaration
class Map {
boolean bDisplay, bSelected;
int Code, VectorIndex;
public String toString() {
return( String.format("%s", Code) );

Similar Messages

  • Airport Xtreme problems with 10.5 but not 10.4.11 or 10.3.9

    I have a one-year old Airport Extreme (801.11n) that connects generally well with my Macs running 10.3.9 (an 800MHz iMac), 10.4.11 (MacBook Pro). However, it doesn't connect well with my Macs running 10.5.3 (iMac G5 and MacBook). The iMac G5 can see the base station but the connection always times out. The MacBook can see the base station, connect to it, but can't hold the connection for a long period of time and then can't reconnect after that unless I reboot the machine.
    I am beginning to think the Airport itself is getting flaky. This morning the iMac 800 MHz lost connection to the base station and couldn't get it back for about 30 min (despite repeated tries on my part). When I was troubleshooting this, my children (the iMac 800 MHz is their computer) told me that they had been having intermittent problems with wireless over the last few months...
    Any advice? Thanks to anyone who can help.

    Exactly the same problem with me.
    Mac mini (on 10.4.11) and Imac (on 10.5.2) had no problems.
    MacBook Pro (on 10.5.3) keeps dropping off the internet. I can see the network, it says I'm connected to the internet but just can't browse.
    It comes up for a few minutes - then it drops out again.
    A temp fix is by forcing the Extreme to 802.11b/g.
    It's an invisible feature in Airport Utility.
    Go to the wireless tab, and hold "control" down when clicking on the drop down menu.
    Select, restart and then it should work - admittedly at lower speeds.
    Hopefully the next Software Update will fix the problem.
    Another fix I've heard about is to let your modem control the PPoE settings rather than putting the connection details into the Extreme.
    Haven't tried it, but it's worth a shot.
    Just remember to change the internet connection settings in the Extreme to connect via ethernet rather than PPoE.
    Hope this helps.

  • Problems with template working but not working...

    Ok, so I have a template I’m using in Dreamweaver 8
    – it’s working out well, with 3 editable regions, and
    I'm using a couple of stylesheets as well. Unfortunately
    something’s happened to the template though – I’m
    able to apply it to all my pages, but within DW itself the template
    is showing up as being unstylized.... you know how a page looks
    when it doesn’t have a stylesheet attached – that plain
    white and black? That’s how my template (and all my pages
    which use the template) looks
    *within* DW. If I open up the HTML files created from the
    template, they'll show up fine in Firefox or Safari - but from
    within Dreamweaver itself it's like it's not recognizing the
    stylesheet in a way. The path is there correctly - just some how my
    template is getting in the way :(
    Has this happened to anyone? Any ideas on how to rectify it?
    I've got a main stylesheet attached (globalstylesheet.css) but I've
    never had this problem before. Help!

    Hi Murray,
    thanks for posting. Yes, I usually just do a child from the
    template and cut and paste - would that be why the template got
    screwed up.
    This is really frustrating me, since the joy of DW is the
    ability to view the code AND the WYSIWYG panel at the same time -
    but I have no such luck right now... help!
    Here is my template:
    &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0
    Strict//EN&quot; &quot;
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
    &lt;html xmlns=&quot;
    http://www.w3.org/1999/xhtml&quot;&gt;
    &lt;head&gt;
    &lt;!-- TemplateBeginEditable
    name=&quot;doctitle&quot; --&gt;
    &lt;title&gt;&lt;/title&gt;
    &lt;!-- TemplateEndEditable --&gt;
    &lt;meta http-equiv=&quot;Content-Language&quot;
    content=&quot;English&quot; /&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot;
    content=&quot;text/html; charset=UTF-8&quot; /&gt;
    &lt;link href=&quot;../globalstylesheet.css&quot;
    rel=&quot;stylesheet&quot;
    type=&quot;text/css&quot; /&gt;
    &lt;/head&gt;
    &lt;body&gt;
    &lt;div id=&quot;wrap&quot;&gt;
    &lt;div id=&quot;header&quot;&gt;
    &lt;h1&gt;Rachel M. Murray User Experience
    Design&lt;/h1&gt;
    &lt;h2&gt;at the intersection of business design and
    technology is good user experience&lt;/h2&gt;
    &lt;/div&gt;
    &lt;div id=&quot;navigation&quot;&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a
    href=&quot;../welcome.html&quot;&gt;welcome&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a
    href=&quot;../who.html&quot;&gt;who&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a
    href=&quot;../work.html&quot;&gt;work&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a
    href=&quot;../write.html&quot;&gt;write&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a
    href=&quot;../sitemap.html&quot;&gt;where&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
    &lt;/div&gt;
    &lt;div id=&quot;content&quot;&gt;
    &lt;div id=&quot;right&quot;&gt;&lt;!--
    TemplateBeginEditable name=&quot;body&quot; --&gt;
    &lt;!-- TemplateEndEditable
    --&gt;&lt;/div&gt;
    &lt;!-- TemplateBeginEditable
    name=&quot;leftnav&quot; --&gt;
    &lt;div id=&quot;left&quot;&gt;
    &lt;div class=&quot;menutop&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;menumiddle&quot;&gt;
    &lt;/div&gt;
    &lt;div class=&quot;menubottom&quot;&gt;
    &lt;/div&gt;
    &lt;/div&gt;
    &lt;!-- TemplateEndEditable --&gt;
    &lt;div style=&quot;clear:both;&quot;&gt;
    &lt;/div&gt;
    &lt;/div&gt;
    &lt;div id=&quot;footer&quot;&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;img
    src=&quot;../images/tinylogo.gif&quot; alt=&quot;tiny
    logo&quot; width=&quot;16&quot;
    height=&quot;18&quot; align=&quot;top&quot;
    /&gt; &lt;span
    class=&quot;footertext&quot;&gt;Copyright
    &amp;copy; 2007 and beyond Rachel M. Murray User Experience
    Design. All Rights Reserved.
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Revised
    from a design by &lt;a href=&quot;
    http://www.minimalistic-design.net/&quot;
    target=&quot;_blank&quot;&gt;Minimalistic
    Designs&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;/body&gt;
    &lt;/html&gt;
    any help is appreciated - thanks...

  • Compile / run problems with netbeans 6 but not netbeans 6 beta 1 or 5.5

    When I compile my project in netbeans IDE 6.0 (Build 200711261600) 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 i get quite often a "can not find symbol" error or during runtime a "netbeans 6 java.lang.NoClassDefFoundError" exception. also switching between F6 or ctrl-F5 mode can cause the problem to appear.
    Compiling again or clean build resolves it.
    However running the same project under netbeans 5.5 or 6 beta 1 never gives this problem.
    any hint what might be wrong? i looked and compared the project settings but can't see any difference, but I assume that the upgrade script must have changed something.

    <?xml version="1.0" encoding="UTF-8" ?>
    - <project name="BorderDemo" default="default" basedir=".">
    <import file="nbproject/build-impl.xml" />
    </project>This is 'build.xml' file. Check for 'project.xml' file in 'nbproject' folder. You will find it to be:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.java.j2seproject</type>
    - <configuration>
    - <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
      <name>BorderDemo</name>
      <minimum-ant-version>1.6.5</minimum-ant-version>
    - <source-roots>
      <root id="src.dir" />
      </source-roots>
      </data>
      </configuration>
      </project>Change it to:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.java.j2seproject</type>
    - <configuration>
    - <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
      <name>BorderDemo</name>
      <minimum-ant-version>1.6.5</minimum-ant-version>
    - <source-roots>
      <root id="src.dir" />
      </source-roots>
      <test-roots>
      <root id="test.src.dir" />
      </test-roots>
      </data>
      </configuration>
      </project>I hope it works.....
    thanks!

  • Problems with Admin Account but not Test Account?

    I recently installed my applications into this new MacBook Pro and it was working fine. After a few days Photoshop began acting up and after spending time with Adobe, it was determined that the Test Account is working properly but my Admin account is not. I reinstalled my Operating System but the same issue persists. There are three Framework permissions that won't repair in disk utility, would this have anything to do with it?
    What else should I try?
    Thanks for your help.

    Greetings,
    If 1 user account has an issue but another does not then that would suggest something has changed in that user. Reinstalling has no effect on user specific issues (usually) as applications are usually system wide.
    If it is only Adobe Applications that are acting strange, Adobe should be able to tell you what user specific files Photoshop has and where they are located. Personally I would contact them back before blindly yanking files (they make their software after all. They should know best what files might be important.)
    However if you are feeling adventurous:
    You could start by removing user specific files:
    Your User > Library > Caches (restart after pulling this to the trash)
    Your User > Library > Preferences > Adobe and/or com.adobe files (restart after removing)
    This article might also be of use: http://support.apple.com/kb/HT1199
    Hope that helps.

  • Printing Problems with PS CC, but not CS5 or CS6

    When printing from PS CC using the print dialogue box I am getting a severe red shift in the final print. When I print the same image from PS CS5 or CS6 I get a color-correct print.
    I am running a MacPro with OS 10.7.5, and printing to a Canon iPF8300 with its latest firmware and print driver. I am using the proper ICC profile for the paper. In the print dialogue box, I select "Photoshop Manages Colors".
    A couple things I noticed:
    In the "Print Settings" where I dial in the printer setup, the settings for "Color" are both turned off (Colorsync & Vendor).
    In the printer driver settings (still within "Print Settings") the "Color" tab is grayed out, but when I click the "Settings" for that sub-panel, Colorsync is selected.
    When I printed the image from the Canon PS Plug-in, the red cast was gone, but the blacks were too heavy (there is no "Black Point Compensation" check box available because the Canon plug-in uses Adobe Color Engine for that, and it's only 32-bit and won't run).
    Any advice or insight would be appreciated.

    I see the new/hacked AppColorMatchingInfo.xml file includes PS CC, v14.0.0.221
    Here's a clip from the info.plist file inside PS CC:
    </array>
              <key>CFBundleExecutable</key>
              <string>Adobe Photoshop CC</string>
              <key>CFBundleGetInfoString</key>
              <string>14.0 (20130423.r.221 2013/04/23:23:00:00)</string>
              <key>CFBundleIconFile</key>
              <string>PS_AppIcon.icns</string>
              <key>CFBundleIdentifier</key>
              <string>com.adobe.Photoshop</string>
              <key>CFBundleInfoDictionaryVersion</key>
              <string>6.0</string>
              <key>CFBundleLongVersionString</key>
              <string>14.0 (20130423.r.221 2013/04/23:23:00:00)</string>
              <key>CFBundleName</key>
              <string>Photoshop</string>
              <key>CFBundlePackageType</key>
              <string>APPL</string>
              <key>CFBundleShortVersionString</key>
              <string>14.0.0</string>
              <key>CFBundleSignature</key>
              <string>8BIM</string>
              <key>CFBundleVersion</key>
              <string>14.0.0.221</string>
              <key>CGDisableCoalescedUpdates</key>
              <true/>
              <key>CSResourcesFileMapped</key>
              <false/>
              <key>DTCompiler</key>
              <string>com.apple.compilers.llvm.clang.1_0</string>
              <key>DTPlatformBuild</key>
              <string>4E2002</string>
              <key>DTPlatformVersion</key>
              <string>GM</string>
              <key>DTSDKBuild</key>
              <string>11D50a</string>
              <key>DTSDKName</key>
              <string>macosx10.7</string>
              <key>DTXcode</key>
              <string>0432</string>
              <key>DTXcodeBuild</key>
              <string>4E2002</string>
              <key>LSMinimumSystemVersion</key>
              <string>10.6.0</string>
              <key>NSAppleScriptEnabled</key>
              <string>Yes</string>
              <key>NSHumanReadableCopyright</key>
              <string>Copyright  © 1990-2013 Adobe Systems Incorporated</string>
              <key>NSPrincipalClass</key>
              <string>PhotoshopNSApplication</string>
              <key>UIDisallowUserKeyboardShortcuts</key>
              <true/>

  • How do I fix the compatibility issue between my iPhone 4S with iOS 7 and my Pioneer car stereo? There was no problem with iOS 6, but now I get a message saying "this device is not compatible" and so I can't use Netflix for example. How do I fix it?

    How do I fix the compatibility issue between my iPhone 4S with iOS 7 and my Pioneer car stereo? There was no problem with iOS 6, but now I get a message saying "this device is not compatible" and so I can't use Netflix for example. How do I fix it?

    This is a typical response from the manufacturer. Did you try the fix that Lawrence mentioned. When Apple or any other phone manufacturer update phone software, they have the latest Bluetooth installed. It is usually the problem with the radio manufacturer that they devices are using the older Bluetooth protocols. You can try this support document http://support.apple.com/kb/TS3581 and see if anything there helps, but generally it requires the radio manufacturer to update their firmware.

  • We have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions

    we have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions?

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    Can you give me a screenshot of the User Accounts window in Control Panel?
    Please create a screenshot by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • My iPhone4 docks correctly with some devices but not others, please help!

    Hi,
    Firstly spologies if this is old news but sometimes its easier to 're-ask' than trawl thousands of pages!.....
    I have a 3-year old iPhone 4 that has developed a problem which i'm trying hard to solve;
    *Phone used to dock fine with anything and everything - this was about 1 year ago.
    *for no apparent reason it ceased docking with my Bose Soundock and a Logic3 accessory dock (connected to a hi-fi) at home
    *symptoms were; it would charge and operate as normal whilst docked but would not play music through either (the Logic3 dock did not acknowledge it was docked). Otherwise it would sync and connect normally with iTunes, etc. and connected fine when plugged into my car.
    *I reset it, restored it from back-up, updated/reinstalled iOS (this has since updated at least twice) with no other effects. Also checked and reset all settings.
    *I subsequently bought a Pure Contour dock as I was able to try it in the shop and my phone worked with it, plus it has Airplay anyway. I have since, in an attempt to find a bedside DAB radio/alarm dock that works with it, found that it works fine with some devices but not others with no rhyme or reason as to which.
    *2 days ago I changed out the docking port myself using a cheap replacement bought from Amazon, to see if it would cure.
    * now the problem is reversed! The Bose and Logic3 docks I have, that it wouldn't work on before, it now DOES....and the Pure dock and my car, which it DID work with before now fail to connect with it!
    *just to reiterate this, my wife's gen3 and gen5 iPods dock and work faultlessly with all devices mentioned....and mine had done previously.
    to my knowledge it is NOT;
    - a compatibility issue. The phone used to work fine on everything I had. Then it stopped. How's that?!
    - a connector issue. The male connectors on all docks haven't changed.......and the female connector in my phone has changed from liking selected devices to then liking the others!! (it is female after all ;-) !)
    -a software issue. iOS has been updated and the phone wiped and restored and all sorts so many times I can;t see how it can be!
    could it be a problem with the data exchange between phone and device when it is docked??
    or do I really need to try changing the port for an 'official' one??
    or is it just broken and that's that?!

    It's either a problem with the connector on your phone (dirt, lint, bent pin, corrosion) or with its connection to the motherboard inside. Cleaning the connector is a good place to start; either a dry toothbrush, air blast can or wood toothpick. Next inspect it carefully with a good magnifying glass or jeweler's loupe. If nothing turns up it is probably damage inside, which will be difficult to fix. Aren't you due for an upgrade about now? Your iPhone 4 is 3 generations out of date!

  • I can capture with iMovie 6, but not with FCP 6.0 ('no data from device')

    I didn't have any problem with FCP 5, but am getting nowhere with FCP 6 using the same settings (I think). FCP seems to see the camcorder, but can't control it and, even if I manually start the camera, reports 'no data from device' when I do a 'Capture Now'. Device control isn't critical, but I'd sure like to find out why it doesn't see the data stream from the camera (Sony HDR-HC7 / FW400). I must be missing a setting some place, but sure can't find it. On the other hand, I have full device control and zero dropout capture with iMovie (exact same hardware configuration). Any ideas?

    Wolfgang Matzl wrote:
    canopus works fine, as well as all other devices.
    i have tons of tapes and tried a few, none worked.
    i tried to capture on both my new imac and my mbpro, no way.
    but now i'm sure there is something wrong with the sony handycam, i tried to import with my old final cut studio, and it's not possible, also. fc pro says: waiting for timecode.
    so i'm confused now. does the sony dcr-trv not send a timecode? maybe, and this will explain the troubles. but on the other hand i imported successfully some footage with exact this device.
    maybe i used the canopus then to correct the timebase, i can't remember how i did it. but this would mean i have to accept loss of quality, since i have to connect the sony with s-vhs with the canopus and convert it.
    right now i'm importing a tape with imovie and will have a look how the result is, but as far as i remember, the audio has to be re-rendered when importing in fcpx…
    My finger is pointing to a Timecode issue.
    Is timecode enabled in the camera?
    Is it continuous on the tape?
    Al

  • Unable to open PDF files with Adobe Reader, Mac trying to open files with Quicktime instead, but not succeeding. HELP!

    Unable to open PDF files with Adobe Reader, Mac trying to open files with QuickTime instead, but not succeeding. HELP!

    Hi BDAqua,
    Thanks for the info, I dragged a PDF to desktop ctrl-, get info. change all to open with adobe.
    Problem solved, many thanks for a quick response.
    Barry69

  • Hye, i bought my iphone5s in malaysia on early febuary 2014 but on april/may i have problem with my fhone. but now i resides in istanbul turkey. can i get a a service from apple.tr ? how ? thank you

    Hye, i bought my iphone5s in malaysia on early febuary 2014 but on april/may i have problem with my fhone. but now i resides in istanbul turkey. can i get a a service from apple.tr ? how ? thank you

    It can only be serviced in the country where it was originally sold.
    An iPhone sold in an EU member State can be serviced in any other EU member nation. Malaysia is NOT a member of the EU. It can only be serviced in Malaysia.

  • Enterprise Mgr works with one db but not the other

    Hi
    We have two Oracle 10g databases installed. Enterprise Manager works with the second, but not the first. I believe the problem started when we migrated the host server to another network domain. Everything else works fine, but I'm getting a page load failure when attempting to access enterprise mgr.
    The second db was installed after the migration and EM works fine.
    Can anyone tell me how to reconfigure this?
    Thank you

    by any change hostname or ip was changed during migration
    also can u paste the emoms.trc ?

  • Who else has a problem with parental controls enabled not being able to run Firefox on the Mac?

    Who else has a problem with parental controls enabled not being able to run Firefox on the Mac? (Any solutions?) (BTW. Chrome doesn't work either)

    Although FF4 is so nice I'm almost ready to ditch iGoogle!
    Please fix what appears to be an RSS/iGoogle issue with FF4...
    Gmail is fine, but titles dont show in most RSS feed gadgets and no stories, strangely, apart from this one:
    http://www.google.com.au/ig/directory?hl=en&url=www.google.com/ig/modules/builtin_news_technology.xml
    Which if you enter the last part of the url reports that
    "<Content type="html">
    This is a builtin module, so the UserPrefs and Content are ignored."
    Any ideas?

  • Getting error "Problem with SSL Certificate" but I'm connecting to my private server without SSL

    I wanted to create a PDF from a subtree at a website. The first problem was that Acrobat Pro (11.0.7) wouldn't spider it (probably because there was a robot.txt file there) so I had to use SiteSucker to pull the pages down to my Mac.
    Then I discovered that Acrobat Pro can't handle file:/// URLs so that was no good either
    So then I copied all the pages to a folder on my Linux server where I use a non-standard port (86) for http connection as a minor security precaution.
    When I tried to access that from Acrobat Pro, it bitched about a problem with SSL Certificate but gave me no option to do anything about it. More relevantly, all the files were accessible using http protocol, not https so there shouldn't have been any need to deal with SSL certificates at all
    I had to temporarily enable port 80 on my apache server at which point it's now pulling all the files in and hopefully converting them.
    A) We're at version 11 ---- these kinds of issues should have been fixed years ago
    B) While you're at it, fix the stupid UI issue where the download dialog disappears completely if Acrobat Pro doesn't have the focus. On a long download, I'd like to be able to see progress while working on other stuff. Acrobat Pro is not the center of the universe!

    Interesting point 2, I am working on a Mac plugin at the moment. It does not hide its dialogs when switching to a different app. I consider this a bug and will fix it so the dialog disappears. I hadn't considered the question of progress but there is a very strong reason to do this on the Mac.
    My tests seem to show that
    (a) to get a dialog to sit above PDF documents all the time, it must be on a higher "level".
    (b) if a dialog is at a higher level, this is a global setting.
    So, if the dialog is not hidden when switching all, it will typically sit on top of the other app's document windows. This would not be popular, as the end user, unless they have mountains of screen space and choose to use it that way, must either close or move the dialog when switching app, then bring the dialog back.  So, because Acrobat Pro is not the centre of the universe, it will hide dialogs (or rather, the Mac will, as it's a standard option when creating a window).

Maybe you are looking for

  • Mac is running slow after upgrading to maverick

    My macbook pro is running very slow since I upgraded to 10.9

  • Canon IR 2880 UFR

    I am trying to print from my personal MacBook to the company printers over the wireless network. I read through all the archives and couldn't figure out how to make this work. I used to be able to print from my macbook over the wireless network to ou

  • Receiver file adapter behave like a EOIO

    I have an interface wherein R/3 sends IDocs to XI and the messages have QOS as EO. XI triggers a proxy interface which retrieves a certain data back from R/3. Once the mapping is done in XI, the receiver, a file adapter creates a bunch of files for e

  • Messages are in schedule state in adapter engine

    Hi PI Gurus, In Production system, I have a proxy to JDBC scenario (Using AAE). From ECC messages are flowing successfully, but when I check the WRB I found no message. When I checked the Message Monitoring I found, those messages were in schedule st

  • Anyone else unable to edit gCal events via iCal?

    Ok, I can create events in iCal for a gCal and it will update universally across all devices (iMac, iPhone, iPadm, and on gCal). Not having any issues with this part of syncing. All events are present on all devices as well. The issue I seem to be ru