Att: NLSurfMan

Still remember u code a file called "Explorer.jsp"(<-- file manager)?????? i follwed ur codes but there are errors which i cannot solved.Can u help me to solve?
<html>
<head>
</head>
<body>
<style>
P,BODY,TD
font-family: courier new;
</style>
<pre>
<%@page import="java.io.*,java.util.*"%>
<%String path = request.getParameter("path");
if (path == null)
path=".";
File f = new File(path);
String fullPath = f.getAbsolutePath();
if (f.isDirectory() )
out.println(makeDirectoryList(fullPath));
else if (f.isFile() ) {     
out.println("<h2>Output of file: " + f.getName() + "</h2>");     
try {          
BufferedReader buf = new BufferedReader(new FileReader(f));          
     String line=null;
     while ( (line = buf.readLine()) !=null)
     {    out.println(line);          
catch(Exception e)
out.println(e.toString());     
%>
<%!
public String makeDirectoryList(String path)
{      StringBuffer sb = new StringBuffer();
          sb.append("<table border=2>");     
          sb.append("<tr><td colspan=2><h2>Directory of: " + path + "</h2>");          
          File fp = new File(path);     
          File roots[] = fp.listRoots();          
          int nor = roots.length;     
          for (int i=0;i<nor;i++)
          sb.append("<tr><td width=300><a href=\"Explorer.jsp?path=" + roots<i>+ "\">" + roots<i> + "</a>");
          String parent = fp.getParent() ;     
          if (parent != null)
          sb.append("<tr><td><a href=\"Explorer.jsp?path="+ parent + "\">..</a>");     
          else
          sb.append("<tr><td>..");     
          File files[] = fp.listFiles();     
          int nof = files.length;                    
          for (int i=0;i<nof;i++)
          sb.append("<tr><td width=300><a href=\"Explorer.jsp?path=" + files<i> + "\">" + files<i>.getName() + "</a><td align=right>" + files<i>.length() + "<td>"+ new Date(files<i>.lastModified()));     
          sb.append("</table>");     
          return sb.toString();
%>
</pre>
</body>
</html>
errors are :
org.apache.jasper.JasperException: Unable to compile C:\tomcat\work\DEFAULT\ROOT\proj\filemanager_1.java:40: Missing term.
          sb.append("" + files.getName() + "" + files.length() + ""+ new Date(files.lastModified()));     
          ^
C:\tomcat\work\DEFAULT\ROOT\proj\filemanager_1.java:40: Missing term.
          sb.append("" + files.getName() + "" + files.length() + ""+ new Date(files.lastModified()));     
          ^
C:\tomcat\work\DEFAULT\ROOT\proj\filemanager_1.java:40: Missing term.
          sb.append("" + files.getName() + "" + files.length() + ""+ new Date(files.lastModified()));     
          ^
3 errors

This should be work
<html>
<head></head>
<body>
<style>p, body, td{     font-family: courier new;}</style>
<pre><%@page import="java.io.*,java.util.*"%>
<%
     String path = request.getParameter("path");
     if (path == null)
          path=".";
     File f = new File(path);
     String fullPath = f.getAbsolutePath();
     if (f.isDirectory() )
          out.println(makeDirectoryList(fullPath));
     }else if (f.isFile() )
          out.println("<h2>Output of file: " + f.getName() + "</h2>");     
          try
               BufferedReader buf = new BufferedReader(new FileReader(f));          
               String line=null;          
               while ( (line = buf.readLine()) !=null)
                    out.println(line);          
          catch(Exception e)
               out.println(e.toString());     
%>
<%!
     public String makeDirectoryList(String path)
          StringBuffer sb = new StringBuffer();     
          sb.append("<table border=\"1\">");     
          sb.append("<tr><td colspan=\"3\"><h2>Directory of: " + path + "</h2>");          
          File fp = new File(path);     
          File roots[] = fp.listRoots();          
          int nor = roots.length;
          for (int i=0;i<nor;i++)
               sb.append("<tr><td width=300><a href=\"Explorer.jsp?path=" + roots[i] + "\">" + roots[i] + "</a>");     
          String parent = fp.getParent() ;     
          if (parent != null)
               sb.append("<tr><td><a href=\"Explorer.jsp?path="+ parent + "\">..</a>");     
          else
               sb.append("<tr><td>..");     
          File files[] = fp.listFiles();     
          int nof = files.length;                    
          for (int i=0;i<nof;i++)
               sb.append("<tr><td width=300><a href=\"fileManager.jsp?path="
               + files[i] + "\">" + files.getName() + "</a><td align=right>"
               + files[i].length() + "<td>" + new Date(files[i].lastModified()));     
          sb.append("</table>");     
          return sb.toString();
%>
</pre>
</body>
</html>

Similar Messages

  • TS3899 Cannot send mail from IPHONE 4S using AOL..tried every setting and resetting...ATT did a Network reset last week

    I cannot send email from my Iphone 4s using AOL
    I have changed and reset and deleted the account and no matter what
    I do I cannot send an email...There are two accounts setup on AOL and it is only
    one that cannot be sent and it is my husbands email.  MIne works fine.   On his IPHONE
    both emails work fine and settings are the same
    Last week ATT did a system reset on my phone and I do not know if this
    has anything to do with it but no matter what I do I cannot fix it
    I can send from GMail but not AOL
    Thank you

    I cannot send email from my Iphone 4s using AOL
    I have changed and reset and deleted the account and no matter what
    I do I cannot send an email...There are two accounts setup on AOL and it is only
    one that cannot be sent and it is my husbands email.  MIne works fine.   On his IPHONE
    both emails work fine and settings are the same
    Last week ATT did a system reset on my phone and I do not know if this
    has anything to do with it but no matter what I do I cannot fix it
    I can send from GMail but not AOL
    Thank you

  • Cannot send email using mac mail and yahoo att

    I recently was hacked and changed my att yahoo password and security questions. I got a confirmation email about this but not about changing the password. I can receive mail, but not send any. All my settings in preferences seem to be correct. The TLS certificate is not check however, and I'm wondering if that has something to do with it. The port number has not been changed, nor the outgoing service address: which is:  smtp.att.yahoo.com: (followed by my email account name). I've had this email address for years and want to keep using it. apparently Yahoo has been having allot of problems over the last few days and I've found it hard to access their trouble shooting sites and log in page. Is there something I can do on my end to fix this? Thanks.

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • How do I install Airport Time Capsule with ATT Uverse when two of my modems are wireless?

    I recently purchased an Airport Time Capsule so that I can back up multiple Apple devices. I currently have ATT Uverse and my internet provider. Also, two of my modems are wireless. How can I set up the Time Capsule so the the two wireless modems will still work?

    I think you are using wrong terminology so can I ask exactly what is the model number of the wireless modem??
    The Uverse is already a router.. and I guess you have cable service.. so there is no need for more modems.. more likely you mean you have two wireless routers and these should be setup as Wireless Access Points.. (WAP or AP). If they are working as routers then you have far too many routers. If they are working as modems you have far too many modems.
    It is impossible to tell you how to setup the TC until we know what the setup is.
    But let me suggest the most straight forward approach is to plug the TC into the Uverse by ethernet (it cannot be used by wireless.. so this is necessary). Run the TC in bridge mode.. and create a wireless network. Test if you then can access it from your network client devices and do backups from Macs.. if so there is no need for the wireless modems.. leave them off.

  • Setting up network with ATT Uverse, Time Capsule, and Airport Extreme..HELP

    PLEASE HELP!
    I have ATT U-Verse which provides their own router. My Time Capsule is connected to the router (in the living room) via an Ethernet cable and has been working fine, and is set up like this:
    Wireless Mode: Join a wireless network (I joined the ATT network 2wire)
    Network name: 2wirexyz
    Wireless Security: WPA/WPA2 Personal
    Channel: 5
    Connect Using: Wireless Network
    When I try to add my Airport Extreme (for wireless printing in the office) by adding it to the same network (I've also tried to extend the network option) the Airport Utility thinks forever then comes up with an error and the Airport continues to flash amber. I've tried resetting the Extreme multiple times and configuring different ways but same result.
    What am I doing wrong?? Please help, my wife is giving me grief for not being able to print wirelessly from her MacBook!!
    Thank you in advance for any help you can give me!

    Thank you Tessarax....
    So does that mean I need to create a separate wireless network? I apologize, I'm not extremely familiar with how to complete what you've suggested. I know I've seen the bridge mentioned before in the Airport Utility when I've been trying different things. Would you mind giving me some more specific instructions please? Actually I just tried messing around with Airport Utility, let me know if I'm headed in the right direction:
    For TC wireless mode I want to "Participate in a WDS network"?
    Then where does my WDS remote come from? is that the Airport Extreme? I've plugged in the AEBS but it's not showing up in the Airport Utility...
    I'll mess around with it some more tomorrow morning. Thanks I'll let you know how it goes.
    Message was edited by: Jerimy75

  • Issues with setting up ATT 3g. ATT reconizes the setup but IPAD 2 won't connect with 3g network

    Setup brand new IPAD 2 ATT wifi +3G.  Everything went smooth even setting up the ATT cellular data connect.  ATT reconized the purchase however the IPAD will not erconize the 3G function when the wifi is turned off.  I have an Iphone 4 and the 3G network works excellant from where i'm using the IPAD 2.

    We had the same issue, and had to take the iPad to an ATT store, where they changed out the SIM card.  It worked fine after that.

  • Data Issues with New Curve 8900 on ATT

    Hi, I just got this Blackberry Curve 8900 yesterday for ATT, and it's my first Blackberry. Everything was working fine up until earlier today when I realized that my data wasn't working properly. The data will work with certain apps, but certain apps with also not connect. My e-mail and BB Messenger also will not connect. The only way for me to get them to work is if I connect to wifi, but other than that on my EDGE the majority won't connect.
    Here is a list of apps i've compiled that shows what works with what: 
    -Works with Data & WiFi- 
    BB Browser
    iheartradio
    FML
    poynt
    -Won't Work with Data but will work with WiFi-
    BB E-Mail
    BB Messenger
    BB App World 
    Facebook
    Twitterberry
    Myspace
    Google Maps
    I went to Manage Connections, and Mobile Network Options and my data is set to on, and i've done muliple battery pulls to no avail. When I turn on my WiFi all my emails and alerts that I missed come rushing in. For example I resent a Service Book to my device and I did not receive that until my WiFi was turned on. My "EDGE" is in capital letters so i'm receiving data.
    Can someone please help me solve this frustrating topic? It really is mind boggling.
    Thanks!
    Stephen B. 

    You have a BlackBerry Data plan right? I'm assuming so since it works sometimes
    Also if you notice when the Wi-Fi is off, if you go into Manage Connections | Service Status does the BlackBerry Internet Service say it's connected to the Mobile Network? Or if you go into Mobile Network Options can you run a Diagnostics Test and see if it sees that your data is connected?
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • Issues with vpn connection thru ATT DSL

    Hi I hope someone can help me out...
    At work we use Cysco VPN Client Verstion 4.8.02.0010
    Everyone (about 18 people) can connect to it from their homes. For some reason I am the only member who can not connect.
    I am tryihg to connect Via ATT DSL and Cysco VPN Client shows that I am connected, however,
    I have no access to any of the networks from work.
    I have tried connecting using Cox Cable from a friend's home and it connects just fine.
    I have read many threads online that indicate that this is a common occurance with ATT DSL users but I have not found
    the fix.
    I am using modem/router type 2701 HG-B
    Any feedback will be greatly appreciated.
    Thank you,

    Make sure the encrytpion and parameters such as VPN group are negtotiated properly between the client and the server. Refer http://cisco.com/en/US/tech/tk583/tk372/technologies_tech_note09186a00800949c5.shtml for most commonly occuring VPN issues . Contact ATT for configuring their servers.

  • HOW TO CONNECT APPLE EXPRESS TO ATT MODEM

    After multiple calls to ATT and Apple, my AExpress still will not connect to the internet through the Westell modem.  I continue to see amber light blinking, and the scrolling message:  "PPPoE Connecting."  If entering details in "Profile Information" helps, how does one do it, and what does one enter?

    As a computer consultant, I have had many problems with AT&T PPPoE. In a few cases, the only solution was to keep the PPPoE connection on the modem and allow the router to use double-NATing. Not a good solution but one that works for most prople.
    Assuming your are on AA&T DSL, is it possible for you to upgrade to U-verse? One thing good about U-verse is that there is no PPPoE connection and a login name and password are not required.

  • No Sound when Using HDMI from ATT DVR to TV

    I have a 52xv645u TV.  When I connect it to my ATT UVerse DVR using HDMI I get picture but no sound.  Using Composite everything works fine.  I've tried several HDMI cables.  If I use HDMI to my Surround Sound amp, I get both picture and sound (even with the amp volume muted).  The problem seems to be the connection between the DVR and the TV.  Does this TV support HDSC?  I believe that the DVR requires it to support it on the TV.  
    I see that there is an upgrade for the firmware for this TV.  I have a Mac so the instructions don't work right.  I've downloaded the files to a flash drive but I am not sure if they are correct because there is no list of files available.  Does anyone know what files are needed so I can be sure that my flash drive has everything it needs?
    Any help with these problems would be appreciated!  
    Thanks,
    Mark 

    Is there a list of things that are fixed in the update?   I can get sound and picture through component but I fear that it's not the same quality as it would be through HDMI.  But again, it's only when I watch TV without going through my surround sound amp.  I can watch TV through my apm and watch my Bluray DVDs through the amp and it goes via HDMI.  

  • I have a laptop, we recently changed to ATT MIFI and now it gives me a time out error when I try to open firefox. How do I solve this problem. I really like firefox.

    We just changed to ATT MIFi and every time I try to go into firefox it give me "The connection has timed out". My husband's laptop doesn't give him that error. I had previously been on satellite (hughes.net). I had problems with explorer but that has been fixed. I really like firefox and would like to get it fixed.

    iphoto its pictures are still on your computer under the pictures folder.. it will be one file that says iphoto library. Its a separate file from the actual program.
    If you still have the disks that came with your unit they have the ilife applications on them. put the disk in your drive that says mac os x applications dvd. it will auto mount and there should be a folder called bundled software open this and there should be a .pkg file to reinstall the ilife suite which includes imovie iphoto iweb idvd and garageband .  After installing don't forget before runnig the program run software updates to download the any fixes
    if you r unit has disks labeled disk one and disk 2.. you need to boot off of disk one and choose install bundled software.
    I believe there is a KB article through apple.com/support

  • Using Airport Express with an ATT DSL router

    July 10, 2012
    Hi All! The following thoughts are for
         1) those of you who use ATT DSL as your internet service-provider, and
         2) who wish to stream iTunes songs from your computer to speakers in other rooms via AIRPORT EXPRESSes, and
         3) are wondering whether you have to purchase a separate Apple Airport Extreme base-station, or can simply use your exisiting ATT router.
    Having just spent several days and many hours on the phone before Apple's tech "Dan" was finally able to get my system up and running, I thought some of you might appreciate my sharing the following info while it's still fresh in my mind.
    1. You may need to update your ATT router to the latest version, in order for it to properly communicate with your AIRPORT EXPRESS(es) (henceforth shortened to "AEs").  The AEs use 802.11n speed.  My original ATT router (a 2Wire 2701HG-B) was no faster than "-h,"  and this might have been part of the problem as to why my system wouldn't work.  I went to my local AT&T store, and got their latest router: as of this writing, a Netgear "Westell"  Model B90-755025-15, which can run at both the slower speeds as well as the faster "-n."  To find out some of the specs of my router, an Apple tech had me type in the 10 digits of my Gateway IP Address into the address-bar (no need for the "https://www") and "Presto!", up popped several pages of info on my router.
    2. When first setting up your AE, it needs to be back in "default mode."  If it's right out of the box, you don't need to do anything.  But if, like me, you've already made several attempts to get it running, then you need to reset it to its pre-configured state,  You do that by taking a bent paper-clip, and inserting one end into the little hole on the ports-side of your AE (near where the mini-plug of a speaker-cable is inserted). While the device is plugged in, gently press the paper-clip into the hole until the light on top blinks amber QUICKLY, the flashes coming in rapid succession.  Then remove the paper-clip, and the AE will glow solid amber--meaning it's waiting to be re-programmed.
    3. When first setting up your AE, do NOT attach an ETHERNET CABLE from the router.  The only cable that needs to be attached is the mini-plug cable running to some sort of portable, powered speaker.  For myself, to make things easier, I brought my AE and my new Sony RDP-M5iP speaker/dock into the same room as my Imac & router. That way, I'd know immediately if the AE was working correctly.
    4. After you've clicked on your Airport Utility App (hard drive TO Applications TO Utilities folder), you'll soon come to a page that asks you to name your AE (this page calls it a "base station").  Before you do that, you should see a button in the lower left-hand corner that says, "Other Options."  Click on it.  You'll then be given a choice of "Creating a New Network"  or "Choosing an Existing Network."  You want this 2nd choice--because you indeed are planning to use your ATT router's exisitng wireless network.
    5. Shortly, you'll come to the page asking you to name your AE.  Call it, for instance, "Family Room Speaker." As for password, at first I--as well as virtually all of the techs with whom I spoke--thought I should type in the multi-digit ATT router-password (called a "Wireless Network Key").  But finally, "Dan" told me to simply type in, "express1"  (or, for my 2nd AE, "express2").  That did the trick! 
    6. Your AE should now be glowing green on top.  Plus, on the 10x6" dark-grey rectangular box displaying the globe (i.e., your main internet connection), the globe should have a now-green glowing circle to its left.  And underneath, it should be displaying a rectangle named "Family Room Speaker" (or whatever name you've given your Airport Express).
    7. When you now open iTunes, you should see a little blue rectangle (with a triangle in its middle) in the lower right-hand corner of your iTunes box.  Click on it, and it should show listed both your computer-speaker as well as your AE speaker(s), plus a heading called "multiple speakers."  Click on "multiple,"  and it will bring up a box displaying all your now-current speakers.  Check the small square next to any speakers that are unchecked, and a volume-slider will appear.  Bring them all up to a comfortable level.  Then click on an iTunes track you'd like to play and, viola!, you should hear music playing both from your computer and from the portable speaker to which your AE is attached.
    8. Now close iTunes. Then unplug your Airport Express and--if you have a 2nd AE-- plug them both back into your power-strip. Go thru the set-up steps in your Airport Utility App for this 2nd AE.  At the end of it, both AEs should be glowing green on top, and both should be displayed on your computer-screen.
    Now re-open iTunes, and start a song playing.  (Don't forget to click on the blue rectangle at the R-hand bottom, and activate the new AE speaker.)  By inserting your speaker cable alternately into each of the AEs, you should be able to verify that, yes, both are now working.
    9. Unplug both AEs, and bring them to whatever room you want to use them in.  Plug them in to a wall outlet, and run your mini-cable from the AE to the speaker.  Give the AEs a few minutes to pick up the signal once again from your ATT router; when they do, their lights will change from amber back to green. Tech Dan warned me to keep them away from too much metal, to avoid interference. As soon as they turn green, you should now be hearing your iTunes track playing thruout your house! (If not, you may have to first close iTunes on your computer, then re-open it, and start a new track playing.)
    The BOTTOM LINE: no, you don't have to purchase a separate Apple Extreme to be your base-station.  Your ATT router--if it's running at the 802.11n standard--should be able to work with your Airport Express(es)!
    My thanks to Sean and Cameron and  Chris and, most especially, Dan, the Apple techs who patiently worked with me to get this system online. 

    I am GREATLY appreciative of this overview. Even though I don't understand a lot of it. I will keep working through. I am-- have for 2 years-- had terrible connectivity with AT&T's service & 2Wire router. My MacBookPro keeps dropping the signal. I'm talking every few clicks at times. Husband's PC drops it, too, but not nearly as much as the Mac. I'm sure what you posted can help us get better connectivity.

  • On Att webmail the link for an open email does not allow closing of the email.

    When placing the cursor on the "x" to close the email, the cursor becomes inactive. This just started with the past week or so. Called Att because I thought it was a problem with webmail but they asked me to try Internet Explorer which I did and it does not have the problem. So I assume it started with an update to firefox.

    Separate Issue;
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 11.9 r900
    Shockwave Flash 17.0 r0
    Shockwave Flash 16.0 r0
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''Version 17.0.0.134<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift><br> ''(Mac Options)'' ''' key, and then starting Firefox. Is the problem still there?

  • In att yahoo mail my left column with the inbox ,etc extends the width of page and I can't bring it back to the left.

    in the new version of att yahoo mail that I have been using for weeks for some reason the left column which shows inbox etc extends the width of a page and I am not able to see the emails. I cannot pull the column back to the left. If I switch to ATT yahoo classic it is fine, but not in the newer ATT yahoo mail.

    [[Font size and zoom - increase the size of web pages|try Font size and zoom - increase the size of web pages]]

  • Airport Extreme with ATT Router for Open DNS use

    I'd like my whole home network to have a filter on it so all computers and hand devices are protected. I get my internet with an ATT router which I can not change the DNS servers. ATT says they can not be changed. But I have an airport extreme directly connected to the ATT router. The extreme supplies wi-fi to the house. I can not change the DNS settings in the extreme. They are grayed out. I'm assuming it has something to do with the connection to the ATT router. Does anyone know how I can put a DNS address in the extreme?
    Some of the settings on the extreme are:
    Internet Tab: connect using DHCP, DNS Servers "grayed out", Domain Name "grayed out"
    Network Tab: Router Mode (off (bridge mode))
    thanks!

    Does anyone know how I can put a DNS address in the extreme?
    Not sure what you mean that you cannot enter the DNS numbers on your AirPort Extreme configuration page.
    Open up AirPort Utility and select the Internet tab
    Look at the first DNS entry there. There should be a cursor at the beginning of the DNS Server Box. If not, click to set the insertion point at the beginning of the box.
    Simply start typing in the DNS server number that you want to use.....208.67.222.222...... and it will overwrite the grayed out values there.
    Do the same for the second DNS box....208.67.220.220.
    Click Update at the lower right and you are all set.

Maybe you are looking for

  • New Blur effects in Photoshop Elements 11 | Learn Photoshop Elements 11 | Adobe TV

    Create sophisticated photographic blur effects in Photoshop Elements 11. In this tutorial, you'll see how to use the new Tilt-Shift Guided Edit to create a miniature effect. Then you'll learn how to refine the results with the new Refine Edge selecti

  • Xcelsius not linking to Excel document

    When attempting to link in cells from my Excel document.  I get nothing in return.  For example:  If I was to try to link a single value box to a cell in my Excel document I wouldu2026 1.     Create a single value box 2.     Click u201Clink to Cell:u

  • Problems Installing Adobe CS2 software

    Hi, I purchased my iMac aswell as Adobe CS2 software back in September. I started installing the CS2 software (4 discs) and by the last disc, installation froze and the drive sounded like it was in a continuous search on the disc. So I had to reboot

  • Bluetooth and iPod connections in car

    I have an Acura TSX, which I did pair with an iPhone at the store with no problems. My question is, how does it work with the auxilary input? Will the car stereo play the iPod, if the iPhone is paired with the car? and will the audio stop when a call

  • Trashed my prefs and now have Quartz extreme support missing

    Idiotic me trashed my prefs and didn't open FCP before emptying the trash and now get the Quartz Extreme missing message. Do I have to re-install Final Cut Studio or can I download the missing software from Apple or ?? What's the best method? thanks