From: jason on 15 May 2010 17:31 >when i bring it into net beans (i am running verison 6.8: >http://netbeans.org/downloads/index.html i am using the bundle with >all possible technologies). i am running Java JDK 1.5 >now, when i download and unzip this file it is all present in my >download file (running on a mac). let me clarify in advance. i bring the flipper code into netbeans. a project i created called flipper. i have downloaded the zip for swingworker and it is in my downloads file. the flipper file is the code open noted above that is giving the erorr.
From: Lew on 15 May 2010 19:37 jason wrote: > when i [sic] bring it into net beans [sic] (i [sic] am running verison 6.8: > http://netbeans.org/downloads/index.html i [sic] am using the bundle with > all possible technologies). i [sic] am running Java JDK 1.5 Java 5 hit "end-of-life", that is, was officially retired by Sun on April 8, 2008, over two years ago. Java 6, the current version, was released to the public on December 11, 2006, well over three years ago. Is there a particular reason that you cannot use the current version of Java? 'SwingWorker' has been included with the current Java version for over three years. <http://java.sun.com/javase/6/webnotes/features.html> Whether you use Java 5 or 6, be quite sure to keep up to date with the minor version, that is, the number after the underscore in "Java 1.6.0_20" or "1.5.0_22". As in the case of these very latest versions, there are important security fixes and bug fixes in the minor upgrades. -- Lew
From: John B. Matthews on 15 May 2010 21:51
In article <6e54fc61-3250-46f7-920f-4058b635704f(a)l6g2000vbo.googlegroups.com>, jason <jason.mellone(a)gmail.com> wrote: > when i bring it into net beans (i am running verison 6.8: > http://netbeans.org/downloads/index.html i am using the bundle with > all possible technologies). i am running Java JDK 1.5 Download swing-worker-1.2.jar from <https://swingworker.dev.java.net/>. Right click on your Projects > Libraries > Add JAR/Folder, and add the JAR to the project. On Mac OS X 10.5 and later, you can add Java 1.6 under Tools > Java Platforms, if it's not already present. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews> |