Help T_T - Program not compiling properly

I'm trying to add a short animation to the source file for a
game that was built by an outside studio. Unfortunately, I can't
seem to get the program to compile correctly: I get tons of errors,
graphics dont diplay properly, etc. I thought perhaps I had just
messed something up with my codes and animations, but even if i try
to compile the original unedited file as a control test, i get the
same problems. I have all the external files, scripts, etc.
None of our scripters are in-house, so there's no one I can
ask about this. I know just enough actionscript to prevent Flash
from exploding into a gooey mass (which is how I ended up getting
tasked with this), but basically my knowledge of flash is limited
to it as an animation program so I'm not really sure if theres some
kind of settings I need to change, specifically need to export as
an .exe (shouldn't be, since the game runs as a .swf), or what.
I know i'm not providing a whole lot of information about the
problem, but thats because I'm not really sure what info is
relevant. Let me know if there's anything people need from me and
I'll get it to you.
Thanks!

Just a had brief look, but shouldn't it be:public class TempConversion extends JFrameIf you post code it is a good idea to use the formatting tags:
http://forum.java.sun.com/help.jspa?sec=formatting
Basically the idea is you put [code] at the start of your code and [/code]
at the end.

Similar Messages

  • Client program not compiling?

    Hi
    I am using Weblogic server 8.1 for EJB applications.
    I deployed simple session ejb program,i successfully deployed ,but client program not compiling it doesn't take home and remote interface.
    How to set classpath for client program,before compiling a client.
    for example i had client in this dir
    D:\ejb\
    ejbclient.jar
    client.java
    bye

    Hi,
    Before running the ejb client we need to follow the steps as given below.
    1)set the weblogic environment using the setWLSEnv
    2)set the classpath for ejb(home,remote and bean).
    3)run the client program
    Note:To set the classpath for the ejb
    set classpath=d:\ejb;.; %classpath%
    Regards
    Anilkumar kari

  • Plz help why its not compiling ,

    hello all i am trying to make the tutorial http://developers.sun.com/mobility/midp/articles/tutorial2/
    i have made all the steps once i try to compile it it shows the folowing error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Wrapper cannot find servlet class HitServlet or a class it depends on
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:836)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:613)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:164)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
    etc.....
    i believe the error has something to do with my classpath thats why its not compiling the HitServlet.java
    if anybody can show me plz how to make this following step :
    Compiling the Servlet
    Compiling servlet code is pretty much the same as for other Java development, except for an important twist. Because the servlet API is not a core part of the Java SE platform, you'll need to add it to your CLASSPATH before you can compile servlets.
    The servlet API is contained in common/lib/servlet.jar under the Tomcat root directory. Simply add this file to your CLASSPATH and you will be able to compile HitServlet.java using javac. You can edit the CLASSPATH in the system properties or do it on the command line, as this Windows example demonstrates:
    C:\>set CLASSPATH=\jakarta-tomcat-4.1.31\common\lib\servlet.jar
    C:\>javac HitServlet.java
    i have installed the tomcat and its working fine but i dont understand how to set the classpath , i tried to make it in control panel / system / envirement and put the classpath but its still doesnt work
    please help on what i should make in my classpath and how to set it to work if not please notify me where am i making mistake thank you
    appreciate a lot help

    hello all i am trying to make the tutorial http://developers.sun.com/mobility/midp/articles/tutorial2/
    i have made all the steps once i try to compile it it shows the folowing error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Wrapper cannot find servlet class HitServlet or a class it depends on
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:836)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:613)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:164)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
    etc.....
    i believe the error has something to do with my classpath thats why its not compiling the HitServlet.java
    if anybody can show me plz how to make this following step :
    Compiling the Servlet
    Compiling servlet code is pretty much the same as for other Java development, except for an important twist. Because the servlet API is not a core part of the Java SE platform, you'll need to add it to your CLASSPATH before you can compile servlets.
    The servlet API is contained in common/lib/servlet.jar under the Tomcat root directory. Simply add this file to your CLASSPATH and you will be able to compile HitServlet.java using javac. You can edit the CLASSPATH in the system properties or do it on the command line, as this Windows example demonstrates:
    C:\>set CLASSPATH=\jakarta-tomcat-4.1.31\common\lib\servlet.jar
    C:\>javac HitServlet.java
    i have installed the tomcat and its working fine but i dont understand how to set the classpath , i tried to make it in control panel / system / envirement and put the classpath but its still doesnt work
    please help on what i should make in my classpath and how to set it to work if not please notify me where am i making mistake thank you
    appreciate a lot help

  • Program not compiling giving Error : Invalid path, "C:\Program Files\Java--

    I am using jcreator where i am getting this error while compiling
    Error : Invalid path, "C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe" -classpath "C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\classes" -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes C:\Program" Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\src\BasicServiceLister.java
    Instead of that same program is compiling in textpad/eclipse easily.
    Please tell me what should i do to set what.
    present settings are:
    User Variable:
    classpath C:\Program Files\Xinox JCreatorV3LE\MyProjects\zeroCode\ classes
    Java_HOme: C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe
    Path:C:\Program Files\Java\j2re1.4.2_05\bin
    Classpath is System Variables:
    C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\ classes
    Path :C:\Program Files\Java\j2re1.4.2_05\bin
    wher i really need to modify the settings:
    May be thorugh command prompt.
    I never did. windowds environment varaibles i can set.
    Thanks
    Vijendra

    ... -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes ...
    Looks like you are typing in things wrong with the double quotes.

  • Programs Not Compiled Perfectly...Help! Driving Me Crazy!

    With the appropiate lines highlighted, I just need to know on what is the correct statement that needs to be added, deleted, etc. that needs to be written in order to compile both programs correctly! That is to say, what The assignment is due tomorrow at 11:59 PM PST via e-mail. If possible...when replying back, could you highlight the appropiate
    line(s) such that I know if anything needs to be added, deleted, changed, or what not so the programs compile perfectly? In this assignment, I am trying to implement two different java programs (which they go together) where I need to list the student names according to their ID Number. For example, if I have a file called input.txt w/ the following list:
    John Smith 8956
    Sally Walters 3578
    Joan Brown 5790
    Michael White 2046
    I would need to make sure that my program will put these students in order by their ID #, NOT their last or first name. Please note that I will NEED the StringTokenizer in my second program, so please DON'T tell me that it is not necessary because it is! :)
    - StudentDB.java
    import java.util.ArrayList;
    public class StudentDB
         public StudentDB()
              students = new ArrayList();
         public void addStudent(Student aID)
              students.add(aID);
         public int dbSize()
              return students.size();
         public Student getStudent(int i)
              students.getStudent(i);
              Students s = (Students)students.get(i);
              return s;
         private ArrayList students;
    - (Errors for StudentDB.java)
    A:\StudentDB.java:15: cannot resolve symbol
    symbol : class Student
    location: class StudentDB
         public void addStudent(Student aID)
    ^
    A:\StudentDB.java:25: cannot resolve symbol
    symbol : class Student
    location: class StudentDB
         public Student getStudent(int i)
    ^
    A:\StudentDB.java:27: cannot resolve symbol
    symbol : method getStudent (int)
    location: class java.util.ArrayList
              students.getStudent(i);
    ^
    A:\StudentDB.java:28: cannot resolve symbol
    symbol : class Students
    location: class StudentDB
              Students s = (Students)students.get(i);
    ^
    A:\StudentDB.java:28: cannot resolve symbol
    symbol : class Students
    location: class StudentDB
              Students s = (Students)students.get(i);
    ^
    5 errors
    - DBTest.java
    import java.util.ArrayList;
    import java.util.StringTokenizer;
    import java.io.*;
    public class DBTest
    public static void main(String[] args) throws IOException
    BufferedReader console = new BufferedReader(new InputStreamReader(System.in));
    DBTest StudentDB db = new StudentDB();
    while
              String inputLine = console.readLine();
    if (inputLine == null) done = true;
    else
         StringTokenizer token = new StringTokenizer(inputLine);
    while (token.hasMoreTokens())
                        Student s = new Student(name, ID)
                             db.aIDstream(s);
    - (Errors for DBTest.java)
    A:\DBTest.java:15: ';' expected
    DBTest StudentDB db = new StudentDB();
    ^
    A:\DBTest.java:16: '(' expected
    while
    ^
    A:\DBTest.java:32: illegal start of expression
    ^
    A:\DBTest.java:31: ')' expected
    ^
    4 errors
    Anyone who can help greatly shall be rewarded w/ Duke Dollars. I am winding down to the end of this semester, & I only need CS46A for my major...which I am in right now! Your help will NEVER be forgotten! Thanks! ;)

    I would read the tutorial, but at this time...I don't have
    much time left since it is due at 11:59 PM tonight. I
    apologize for this "last-minute" comment. At this time, the
    errors for StudentDB.java remain the same, but the errors for DBTest.java have been lessened to only 1 error left! What is the correct statement/solution for each error & how is it written correctly? :)
    - StudentDB.java
    import java.util.ArrayList;
    public class StudentDB
         public StudentDB()
              students = new ArrayList();
         public void addStudent(Student aID)
              students.add(aID);
         public int dbSize()
              return students.size();
         public Students getStudents(int i)
              students.getStudents(i);
              Students s = (Students)students.get(i);
              return s;
         private ArrayList students;
    (Errors in StudentDB.java)
    A:\StudentDB.java:15: cannot resolve symbol
    symbol : class Student
    location: class StudentDB
         public void addStudent(Student aID)
    ^
    A:\StudentDB.java:25: cannot resolve symbol
    symbol : class Students
    location: class StudentDB
         public Students getStudents(int i)
    ^
    A:\StudentDB.java:27: cannot resolve symbol
    symbol : method getStudents (int)
    location: class java.util.ArrayList
              students.getStudents(i);
    ^
    A:\StudentDB.java:28: cannot resolve symbol
    symbol : class Students
    location: class StudentDB
              Students s = (Students)students.get(i);
    ^
    A:\StudentDB.java:28: cannot resolve symbol
    symbol : class Students
    location: class StudentDB
              Students s = (Students)students.get(i);
    ^
    5 errors
    - DBTest.java
    import java.util.ArrayList;
    import java.util.StringTokenizer;
    import java.io.*;
    public class DBTest
         public static char ch;
         public static void main(String[] args)throws IOException
              char StudentDB()
                   BufferedReader console = new BufferedReader(new InputStreamReader(System.in));
    DBTest StudentDB db = new StudentDB();
    while()
                        String inputLine = console.readLine();
    if (inputLine == null) done = true;
    else
                             StringTokenizer token = new StringTokenizer(inputLine);
    while(tokenizer.hasMoreTokens())
                                  tokenizer.nextToken();
                        Student s = new Student(name, ID)
                                       db.aIDstream(s);
    (Errors in DBTest.java)
    A:\DBTest.java:16: ';' expected
              char StudentDB()
    ^
    1 error
    I just ask to please go easy on me. I just had a history test today, & I need to continue w/ my studying for my Discrete Math Test for Friday.
    This computer assignment is due tonight, but I also need to study my
    Discrete Math Test. For everyone...especially to those who have replied: I AM NOT AS ADVANCED NOR WELL-EXPERIENCED AS YOU ALL! I REALLY
    NEED ALL THE HELP I CAN GET SUCH THAT THIS PROGRAM IS WRITTEN PERFECTLY.
    If you can show me within the program on how each line is written, your
    help will be most appreciated! :) :( ;)

  • Program not outputting properly

    Hey guys, I have this code that's supposed to take in 2 values per line from a file ( the first is a long, then a string stored in a class Student) and store them as a binary heap (a class I created and works properly), then print out the contents of the heap. Here is the code:
    import java.util.Scanner;
    public class ListPrinter
        public static void main(String[] args){
            Scanner scan = new Scanner(System.in);
            BinHeap<Student> heap = new BinHeap();
            System.out.println("Enter location of student records: ");
            Scanner fileScan = new Scanner(scan.nextLine());
            while(fileScan.hasNext()){
                if(fileScan.hasNextLong()){
                    long id = fileScan.nextLong();
                    if(id > 0){
                        if(!(scan.hasNextDouble())){
                            String name = fileScan.next();
                            heap.insert(new Student(id, name));
                    else
                        fileScan.nextLine();
                else
                    fileScan.nextLine();
            System.out.println("Sudent list:");
            int i=1;
            while(!(heap.isEmpty())){
                System.out.println(i + ". " + (heap.deleteMin()).toString());
                i++;
    }Right now I'm inputting only correct values from a file. When run, the program displays:
    cameron@cameron-laptop:~/Desktop/cpe103/project2$ java ListPrinter
    Enter location of student records:
    LPTest.txt
    Sudent list:
    cameron@cameron-laptop:~/Desktop/cpe103/project2$
    There should be 2 student items printed, but there's nothing. Whats going on? Keep in mind that both classes BinHeap and Student are implemented correctly so I know the problem is not there. Thanks for any help!
    Edited title by: sublimeph03nix on Apr 26, 2009 5:07 PM

    I've tried taking in the line as a string and then parsing it, which seems to be simpler. However, now when I enter the loop, fileScan.nextLine() for some reason scans LPTest.txt as the value instead of what is in that .txt file.
    Here's the new code with the test System.out.println()'s in it:
    public class ListPrinter
        public static void main(String[] args){
            Scanner scan = new Scanner(System.in);      // scanner to read the filename
            BinHeap<Student> heap = new BinHeap();      // binary heap which stores student records
            System.out.println("New heap created"); // REMOVE -- TEST LINE
            System.out.println("Enter location of student records: ");
            String temp = scan.nextLine(); // REMOVE -- TEST LINE
            Scanner fileScan = new Scanner(temp);    // scanner to read the records in given file
            System.out.println("File to scan: " + temp); // REMOVE -- TEST LINE
            while(fileScan.hasNext()){
                System.out.println("Loop entered..."); // REMOVE -- TEST LINE
                String record = fileScan.nextLine();
                System.out.println("Scanned line..." + record); // REMOVE -- TEST LINE
                String[] split = record.split(" ");
                if(split.length == 2){
                    try{
                        long id = Long.parseLong(split[0]);
                        System.out.println("Id scanned..." + id); // REMOVE -- TEST LINE
                        if(id > 0){
                            String name = split[1];
                            System.out.println("Name scanned..." + name); // REMOVE -- TEST LINE
                            heap.insert(new Student(id, name));
                            System.out.println("Student inserted..."); // REMOVE -- TEST LINE
                    } catch(NumberFormatException e){
            System.out.println("Exited the loop..."); // REMOVE -- TEST LINE
            // prints the list of student records in ascending order
            System.out.println("Student list:");
            int i=1;
            while(!(heap.isEmpty())){
                System.out.println(i + ". " + (heap.deleteMin()).toString());
                i++;
    }Also, here is a copy of the program run in the terminal:
    cameron@cameron-laptop:~/Desktop/cpe103/project2$ java ListPrinter
    New heap created
    Enter location of student records:
    LPTest.txt
    File to scan: LPTest.txt
    Loop entered...
    Scanned line...LPTest.txt
    Exited the loop...
    Student list:
    cameron@cameron-laptop:~/Desktop/cpe103/project2$
    It's Student not Sudent...Thanks, I changed that.
    Edited by: sublimeph03nix on Apr 26, 2009 7:27 PM

  • Help with programs not opening!

    I have a Lenovo Ideapad Miix 10.
    Worked fine until recently.  Now when I try to open something like Word or Excel, they don't open.  Instead, it takes me to the desktop and does nothing.  When I go to "troubleshoot compatibility", I have the option to test the program, allow access to change the computer (or whatever its asking for..) but it still does nothing.  When I click no and select that the problem is not fixed, the troubleshooter lists incompatible program as being detected.
    This is really inconvenient, and I am still getting comfortable with the windows tablet so dont exactly know my way around yet.  anyone able to help out? thanks in advance!

    You are posting in the "icloud on my mac" forum, but your profile mentions Windows.  If using a mac, you need to have iphoto or aperture installed in order to receive new photos via photo stream.  If using windows, try posting in the iCloud on a PC forum.  You'll get better help there.
    https://discussions.apple.com/community/icloud/icloud_on_my_pc

  • Program not working properly.

    Hello all,
    The code below display a button and 3 option (radio) buttons. The program must uncheck the selected radio button when the button is clicked. Actually nothing happens in this code, that is the selected radio button has no change. Can anyone give a helping hand.
    regards,
    ==================
    import java.awt.*;
    import java.awt.event.*;
    public class CheckGroupDemo extends Frame {
         private CheckboxGroup cg;
         private Checkbox[] cb;
         private String[] cbLbl = { "Red", "Blue" ,"Green" };
         private Button cancel;
         public CheckGroupDemo () {
              super("Checkbox Group Demo");
              Panel p = new Panel();
              cg = new CheckboxGroup();
              p.setLayout(new GridLayout(3,1));
              cb = new Checkbox[cbLbl.length];
              for (int i=0; i<cbLbl.length; i++) {
                   cb[i] = new Checkbox(cbLbl,cg,false);
                   p.add(cb[i]);
              cancel = new Button("Clear All");
              cancel.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        for (int i=0; i<cbLbl.length; i++) {
                             if (cb[i].is)
                             cb[i].setCheckboxGroup(cg);
                             cb[i].setState(false);
              setLayout(new BorderLayout());
              add(cancel,"North");
              add(p,"Center");
              pack();
         public static void main(String[] a) {
              CheckGroupDemo app = new CheckGroupDemo();
              app.setVisible(true);
              app.addWindowListener(new WindowAdapter () {
                   public void windowClosing(WindowEvent e) {
                        System.exit(0);

    Hello, I have tried using JRadioButton objects,but when i click on the Cancel button the selected JRadioButton does not get deselected. please tell me what is wrong in my code?
    regards,
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class CheckGroupDemo extends JFrame {
         private ButtonGroup cg;
         private JRadioButton[] rb;
         private String[] cbLbl = { "Red", "Blue" ,"Green" };
         private JButton cancel;
         private JPanel p;
         public CheckGroupDemo () {
              super("Checkbox Group Demo");
              p = new JPanel();
              cg = new ButtonGroup();
              p.setLayout(new GridLayout(3,1));
              rb = new JRadioButton[cbLbl.length];
              for (int i=0; i<cbLbl.length; i++) {
                   rb[i] = new JRadioButton(cbLbl,false);
                   cg.add(rb[i]);
                   p.add(rb[i]);
              cancel = new JButton("Clear All");
              cancel.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        for (int i=0; i<cbLbl.length; i++) {
                             if (rb[i].isSelected())                          
                                  rb[i].setSelected(false);
                                  rb[i].repaint();
              setLayout(new BorderLayout());
              add(cancel,"North");
              add(p,"Center");
              pack();
         public static void main(String[] a) {
              CheckGroupDemo app = new CheckGroupDemo();
              app.setVisible(true);
              app.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

  • Programs not quitting properly

    I'm not sure when this started: is it because of the last OS upgrade or is it something I've added? I don't know.
    I quit a program. I know I have quit because I have checked several times using Option+Cmd+Esc to see if it still needs quitting and all is OK, so I switch off. When I restart, the program restarts too - frequently before Finder has properly installed itself, which causes further problems.

    I have never seen or at least noticed a box like that. I had a look at Systems Preferences to see if there was anything there, but couldn't find anything.
    I shut down by pressing Shut Down from the Apple menu with Option pressed. My feeling is that it no longer shuts down properly - in other words, it's not making sure everything is off, but then I have already done that by inspecting Force Quit. It mainly happens with games, but not the same game and the other day it was QuickTime.

  • HELP SYNC is Not working properly, very frustrated

    I have a first gen I pod touch.
    I just uninstalled Itunes 10.5.2.11 and installed 10.5.3.3
    Untill just 3 days ago, everything worked fine.
    Then I tried to create a play list for some videos and found out I could not do so.
    Then I found out some of my play list files were not being transfered and some were.
    So here is the problem
    I have several play lists.
    Bellemy
    Workout
    are just 2 of them. Bellemy is not syncing one of the 2 songs in that folder unless I check it. If I leave it unchecked, it will not appear in my play list in intunes after I sync my I pod.
    The workout  one, will only transfer all the songs, if I leave the ones the IPod has on it, unchecked in itunes.
    This is really starting to get to me. Every time I have to do a software upgrade to this thing, or to the computer, something always goes wrong..
    and I have no idea how to get my play lists to sync properly to my ipod touch.
    Any help apprecated.

    Hey Suresh1118,
    Thanks for the question. I understand that you are experiencing issues with iTunes Authorization when syncing your iPhone. The following articles provide the most relevant troubleshooting:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/TS1277
    Thanks,
    Matt M.

  • Purchase Order History Program - not working properly

    Dear friends
    i am developing purchase order history program in ALV,
    which shows the report of purchase order status
    i.e (fields as below).
    document no
    PO date
    line item
    material number
    material name
    purchase org
    plant
    purchase group
    orderd quantity
    ordered amount
    delivered quantity
    delivered amount
    to be delivered quantity
    to be delivered amount
    invoice quantity
    invoice amount
    to be invoiced quantity
    to be invoiced amount
    how to test from me23n
    open me23n
    enter PO number
    press status tab
    you can get some fields for verification..
    the problem is
    i can get all the details correctly except delivered amount and to be delivered amount
    it works fine in both ( material purchase order and service purchase order )
    sometimes i am getting incorrect values in service purchase order specifically in delivered amount and to be delivered amount
    why i am getting these incorrect values ??
    only couple of POs generate these things.
    i am getting these values from EKBE table and using proper filtration like movement type and etc...
    if anyone can resolve ... would be appreciable
    avirat.

    Hi,
    for getting proper Po History you need to select PO's details from EKKO table and
    Header details from CHANGEDOCUMENT_READ_HEADERS based on the details got from this FM pass
    to the FM CHANGEDOCUMENT_READ_POSITIONS and get proper details.
    This is the logic used by the standard program also to get the PO History.
    Hope this helps.
    Regards
    Bikas

  • Program not installed properly???

    When opening QT 6.5.2 with win 98 i get...QTstreaming authoring failed to load because version of Qtstreaming and QT authoring do not match. I click ok, then get "QTstreaming extras failed to load because the versions of Qtstreaming and QT streaming extras do not match, click ok and then the player opens. Guided by an earlier recommendation, I clicked "update existing software" in the control panel and it said that the prog was not properly installed - reload. So I reloaded from the same install prog I downloaded from apple.com and still had the problem.
    What do i have to do to watch mov files????? Would it do any good to download 6.5.2 from the site again? Thanks

    I'd try removing QuickTime and go with a new installer.

  • Please help - keyboard backlight not working properly

    The keyboard backlighting on my 15in early 2008 macbook pro stopped working properly about two weeks ago. I opened it at night to find that only the middle keys were lighting up. No spills, no drops or anything out of the ordinary. I have already reset the SMC (via sleep/restart/shutdown and shift/control/option/power), but no luck. Currently the only keys being lit are: 6 7 8 T Y U G H J B N. If anyone knows of a fix for this or anything else I should try, please help. Thanks.

    You should take your MacBook Pro to Apple for repair. 

  • Most packages not compiling properly

    Hello Arch users!
    For some time now, I have been experiencing a weird issue. When trying to compile packages (mostly AUR packages),  I receive contradictory messages from the make command. Let me show you:
    checking if gcc accepts -dumpversion option... yes
    checking gcc version... 4.7.0
    checking if g++ accepts -dumpversion option... yes
    checking g++ version... 4.7.0
    configure: Excellent, the C, C++ and Fortran compilers are all GCC 4.7.0
    configure: GCC 4.0.0 is very buggy and can not build Sage.
    configure: Please use a gcc of at least 4.0.1.
    configure: error: Exiting due to the use of a version of GCC that is too buggy
    ERROR: You do not have all of the prerequisites needed
    to build Sage from source. See the errors above.
    make[1]: *** [installed/prereq-0.9] Error 1
    And I have GCC 4.7 installed. I use multilib. Tell me if you need anything else.

    Yes, I do have multilib-devel installed.
    I noticed that another symptom has arised: Maple 13 keeps complaining that it does not have kernel connection. Related?
    Most packages I try to build complain that either gcc, intltool or some dev package is out-of-date. This is really weird...

  • Help with Program Not Responding

    I have CS3 for Mac. The program opens, but then when I choose a file, it hangs & the program does not respond.

    This is the Windows forum. The Mac crowd are here: http://forums.adobe.com/community/photoshop/photoshop_macintosh

Maybe you are looking for

  • My eMac seems to be dieing...

    Here are the problems I am having: *Really really really slow* -Over the years it has got noticeably slower than it used to be. I used to use it for video editing, but it got slow after I stopped. We can't run some programs it used to run fine becaus

  • Problem with database

    hi, i am trying to update a table with following code : try{ stmt.executeUpdate("INSERT into Employee " + "(date,name,jobName,jobCode, startTime, endTime, shift, hours)" + "values('test', 'test','test', 'test','test','test','test','test') "); } catch

  • Missing workflow emails

    Hi. I am covering for the main workflow person here and we are experience some problem with our workflow email notifications. Some people are complaining they are missing their notifications. This is not a system wide problem. Only some people are af

  • MDM4J API changes for SP05

    Hi, As per the SP04 MDM Upgrade guide, the following has to be followed for making changes to Java code created for SP03: These are two options for adapting source code created prior to SP04. 1. Users are encouraged to adapt their source code to the

  • Screen flickering and keyboard freezing problem

    Hello and happy NY to all of you! Recently I updated my arch and after I log on today I have problems with keyboard. The icon which represents some multimedial function (rewind or something) appears on random basis and flickers like if I was pressing