System.in.readLine is not working!!!!

I work in Linux platform.I wonder why I'm getting compilation error in
"system.in.readLine".While compiling the following application program:
//java script to sort no of elements
import java.io.*;
class sort{
public static void main(String[] args)
int max=0,data[],temp,i,j;
System.out.println("enter the max array size");
system.in.readLine(Integer.parseInt(max));
data=new int[max];
for(i=0;i<max;i++)
System.in.readLine(Integer.parseInt(data));
System.out.println("elements before sorting");
System.out.println(data[i]);
for(i=0;i<max-1;i++)
for(j=i+1;j<max;j++)
if(data[i]<data[j])
temp=data[i];
data[i]=data[j];
data[j]=temp;
for(i=0;i<max;i++)
System.out.println("elements before sorting");
System.out.println(data[i]);
I'm getting following compilation error:
sort1.java:8: Undefined variable, class, or package name: system
system.in.readLine(Integer.parseInt(max));
^
sort1.java:12: Incompatible type for method. Can't convert int to java.lang.String.
System.in.readLine(Integer.parseInt(data[i]));
^
2 errors
will u please help me?

Here's a working version that you can study for the i/o technique.
Your sort is not correct, I'll leave that for you to fix. Note that all your references to data need to be to an individual element of the array, like this: data[k] not just "data".
//java script to sort no of elements
import java.io.*;
class Sort {
    public static void main(String[] args) throws IOException {
        int max=0,data[],temp,k,j;
        BufferedReader in=new BufferedReader(new InputStreamReader(System.in));
        System.out.println("enter the max array size");
        max = Integer.parseInt(in.readLine());
        data=new int[max];
        System.out.println("enter " + max + " elements");
        for(k=0;k<max;k++) {
            data[k] = Integer.parseInt(in.readLine());
        System.out.println("elements before sorting");
        for(k=0;k<max;k++) {
            System.out.println(data[k]);
        for(k=0;k<max-1;k++) {
            for(j=k+1;j<max;j++) {
                if(data<data[j]) {
                    temp=data;
                    data=data[j];
                    data[j]=temp;
        System.out.println("elements after sorting");
        for(k=0;k<max;k++) {
            System.out.println(data[k]);
}

Similar Messages

  • Lenovo System Update 5 does not work on my B580

    Hello,
    the Lenovo System Update 5 program does not work on my B580 laptop.
    After 16% of the status bar the program says "there are no packages for your PC".
    That can't be true, because i haven't installed all drivers and programs.
    I got .NET Framework 4 on my laptop.
    What will solve the problem?
    Greetings from germany
    MAD3000

    i also have the same problem with my B480

  • After full system update ppp does not work anymore

    Well, I have this problem:
    1) I install Arch Linux from the latest Core
    2) I manually install the latest versions of wvdial and its dependences (xplc and wvstreams). This is an offline installation (because I can't set up internet without wvdial. So I save these packages on USB drive, and there I lanch pacman -U *.pkg.tar.gz)
    3) I set up my GPRS internet connection (I use a mobile phone)
    Everything works well (i.e.: I can ping google without problem).
    Problems arise if I decide to update my system. In this case, indeed, after updating and rebooting, my connection doesn't work no more. Everything works fine until I update. After update, I can say hello to my ppp.
    Then, I add some some details.
    These are the last lines of messages.log after a successful connection (i.e.: before the full update of my system)
    pl2303 4-2:1.0: pl2303 converter detected
    usb 4.2: pl2303 now attached to ttyUSB0
    usbcore: registered new interface driver pl2303
    pl2303: prolific pl2303 USB to serial adaptor driver
    PPP generic driver version 2.4.2
    NET: registered protocol family 10
    lo: disabled privacy extensions
    pppd 2.4.5 started by root, uid 0
    using interface ppp0
    connect ppp <-> /dev/ttyUSB0
    PAP authenticate suceed
    PPP BSD compression module registered
    PPP deflate compression module registered
    local IP address ...
    remote ID address ...
    primary DNS address ...
    secondary DNS address ...
    The last lines of messages.log after the update are:
    pl2303 4-2:1.0: pl2303 converter detected
    usb 4.2: pl2303 now attached to ttyUSB0
    usbcore: registered new interface driver pl2303
    pl2303: prolific pl2303 USB to serial adaptor driver
    PPP generic driver version 2.4.2
    NET: registered protocol family 10
    lo: disabled privacy extensions
    pppd 2.4.5 started by root, uid 0
    As you can see, it's seems there are problems in "using ppp0 interface". Indeed, pppd starts, but ppp0 interface not. I can also add that ifconfig ppp0 up and similar commands do not work (ppp0: no such device, or something like that).
    So, what can I do?

    I don't use ppp so this is just a guess.  However, after a recent upgrade I saw a message from pacman:
    [2010-02-14 09:07] >>> The kernel-mode plugin has a new place.
    [2010-02-14 09:07] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2010-02-14 09:07] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2010-02-14 09:07] upgraded rp-pppoe (3.10-2 -> 3.10-4)
    Could this be the problem?
    Last edited by loafer (2010-02-23 20:01:29)

  • Flash working fine in local system... Not working in the live site - Need Help :(

    Hi All...
    I have a flash project, its working fine in local system and checked this file with uploading in someother websites, its working fine there too, but the same file is not working in live
    here is the link of the site, its showing blank page, the flash contents are not loading...
    http://www.aysotraining.com/U8_Coach_test.html
    and here the same file which i have uploaded it in other server its working fine...
    http://deals2deal.com/krgtech/u8coach_test.swf
    can anyone help me to fix this problem please....???
    Thanks in advance,
    Vasanth

    Hi Thanks for your reply. Actually u8coach.swf this an existing file, it is working. i have updated some details in this file and uploaded it again with the name u8coach_test.swf its not working. this same file working another server http://deals2deal.com/krgtech/u8coach_test.swf. this is what my issue. This file is working another server after my updation, but its not working it's own server after my updation. Can you find the problem what it is??
    Thanks in advance,
    Vasanth

  • JDK 1.6_07 with Windows: System.out.flush() does not work...

    I wonder if this is a known issue: Since I upgrade the jdk1.6 version to the _07 pack, text IO does not work anymore with WinXP cmd.exe window. Assuming a static import of System.out, I use:
    static void prompt()
      out.print(pr); //pr is a prompt string...
      out.flush();
    }works as usual with Unix/Linux, but with windows nothing will be written to the terminal, until I make at least one input. In that case a barrage of cached prompts appear all at once.
    Do we have a bug for it, can we work around somehow?
    Thomas

    Since this code works correctly in Java 6u10 on Windows XP
    System.out.print("This is the data");
    System.out.flush();You are apparently doing something unusual or wrong. What is "out"?
    Show a small sample program that compiles and exhibits the problem when executed.

  • Volume missing in system tray, mute buttons not working

    hi, i just reformatted and installed the latest drivers for my Creative Soundblaster Digital 5. (dell) card, and at first everything was fine..
    Now they Icon for sound is missing from the system tray.. My volume dial and mute button no longer work. and yes i have gone in and selected to have it appear in the tray.. that does nothing.
    Also, all other sounds are working except for sounds from web browsers.. and I have all the necessary pluggins installed..
    thanks creative... great products...Message Edited by maluut on 0-0-2006 05:07 PM

    I have a similar problem with my elite pro card and would also like an answer.
    I installed the new drivers and now my volume knob does not work nor can I adjust volume with the remote control. The mute button does work though.
    Also why such an annoyance as to need the original disc in order to make the control panel work in the system tray? shouldn't driver updates be complete?
    Also...what's up with the max volume white noise during the driver install which made my ears ring and nearly blew out my speaker system?

  • JRE System-level settings does not work - JRE1.6.30

    Good day,
    I need to set deployment.security.mixcode parameter to "DISABLE" within of deployment.properties configuration file.
    Also I wish to place the deployment.properties configuration file is not user-specific path. The default location is
    <User Application Data Folder>\Sun\Java\Deployment\deployment.properties.
    TO change the default location I read about possibility to use the deployment.config for specifying the System-Level
    deployment.properties in the infrastructure.
    Unfortunatelly seems does not work. Someone have got experience about system level settings of deployment.properties?
    This is the configuration I have used.
    deployment.config:
    deployment.system.config.mandatory=FALSE
    deployment.system.config=file/:C:\Program Files\Java\jre6\lib\deployment.properties
    deployment.properties:
    #deployment.properties
    #Fri Feb 17 15:54:57 CET 2012
    deployment.version=6.0
    deployment.capture.mime.types=true
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    #Java Deployment jre's
    #Fri Feb 17 15:54:57 CET 2012
    deployment.javaws.jre.0.product=1.6.0_31
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.platform=1.6
    deployment.javaws.jre.0.path=C\:\\Program Files\\Java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=true
    deployment.javaws.jre.0.osarch=x86
    deployment.security.mixcode=DISABLE <<====
    Thank you in advance
    Adriano C.
    Edited by: user12025469 on Feb 20, 2012 6:23 AM
    Edited by: user12025469 on Feb 20, 2012 7:48 AM

    user12025469 wrote:
    This is the configuration I have used.
    deployment.config:
    deployment.system.config.mandatory=FALSE
    deployment.system.config=file/:C:\Program Files\Java\jre6\lib\deployment.propertiesHm, try using a file URL like this:
    file\:C:/Program Files/Java/jre6/lib/deployment.propertiesI believe that the file is interpreted as a properties file, which means the colon and slashes need to be escaped. This would be it if you want to use a proper Windows path:
    file\:C:\\Program Files\\Java\\jre6\\lib\\deployment.properties

  • Computer Recognizes iSight in System Profiler, but will not work

    So I have a black MacBook and everything works fine except for the built-in iSight. I have tried reseting my computer and even did a factory restore, but to no avail. When I checked the system profiler, it recognizes my iSight. Here is what it says under the USB Device Tree:
    Built-in iSight:
    Product ID: 0x8501
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.89
    Speed: Up to 480 Mb/sec
    Manufacturer: Micron
    Location ID: 0xfd400000
    Current Available (mA): 500
    Current Required (mA): 100
    When I open iChat or PhotoBooth, the green camera comes on but it displays only black. Obviously the computer knows that I have an iSight camera, but it just will not work. Is there something I can do, or is my camera just broken? Please help me out.

    jwellie wrote:
    So I have a black MacBook and everything works fine except for the built-in iSight. I have tried reseting my computer and even did a factory restore, but to no avail. When I checked the system profiler, it recognizes my iSight. Here is what it says under the USB Device Tree:
    Built-in iSight:
    Product ID: 0x8501
    Vendor ID: 0x05ac (Apple Inc.)
    Version: 1.89
    Speed: Up to 480 Mb/sec
    Manufacturer: Micron
    Location ID: 0xfd400000
    Current Available (mA): 500
    Current Required (mA): 100
    When I open iChat or PhotoBooth, the green camera comes on but it displays only black. Obviously the computer knows that I have an iSight camera, but it just will not work. Is there something I can do, or is my camera just broken? Please help me out.
    So Welcome to Discussions, jwellie
    (0) Have you tried all relevant suggestions from http://support.apple.com/kb/HT2090 ? Did you test iChat and Photo Booth in a new test user account? If you need help creating a test account, see this article:
      http://docs.info.apple.com/article.html?path=Mac/10.6/en/8235.html
    (1) You post that you "tried reseting my computer". If that means you doubt whether you properly reset your PMU (SMC) per this Apple article:
      http://support.apple.com/kb/HT3964
    print out the instructions appropriate to you model, study them carefully, and perform the reset again.
    (2) Did you disconnect all AV devices (examples: eYeTV, iPods, scanners, etc.) before your tests? If you installed non-Apple software with any of those AV items, have you uninstalled the software IAW the supplier's instructions?
    (3) When you did your "factory restore", did you zero (securely erase) your disk before installing the factory software? One zero write is sufficient to be certain there is nothing left on your startup disk that may be causing your problem. If you need help with the procedure, see:
      http://docs.info.apple.com/article.html?path=DiskUtility/11.5/en/7090.html
    Zeroing the disk will take a long time (hours, depending on the size of your drive), so plan some time.
    (4) After zeroing the disk and a "factory restore", did you test iChat and Photo Booth before you added any non-Apple software items? This test will assure that you have not added some third-party item that is causing your problem.
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.5); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.5)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod4touch4.2.1

  • System update 4.0 not working from day one

    Can anyone help me with "An error occurred while gathering user information".
    TVSU was not working with factory installed version and it is not working with the newest version, always with the same error. I had a random shutdown & melted speaker problem with my T400s so resolving this issue was not my priority, now it is
    I have Windows 7 and TVSU 4.0.0024
    Thanks

    Hi,
    Check the following registry keys (or similar)
    HKLM\HARDWARE\ACPI\DSDT\LENOVO\
    HKLM\HARDWARE\ACPI\FADT\LENOVO\
    HKLM\HARDWARE\ACPI\RSDT\LENOVO\
    They should be in the form of your model number without the hyphen and not TP-xx___
    An example would be: 8919Y16
    Also check following registy key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UCSettings\RunTime\MTM
    if it's showing your correct MTM number and under it also the NLSOS and the rest.
    Let me know if these reg keys are fine on your system
    <maybe a short reg export would be fine>
    Cheers

  • System.IO.File.Exists - Not working

    I Hide/Show an image based on the existence or not of that image. If the image exists, then I show the image the report has to show. If the image does not exist, then I show a default image. Think of it as an eCommerce web site which shows a catalogue of products. If we do have a picture for that product, then we show the product's picture. If we do not have a picture for that product, then we show a default images that says image not available.
    To achieve this, I tried to use System.IO.File.Exists("image path") in the Hidden property of the image field but it does not work.
    I thought it could be the due to the location of the image but I also moved the image to my local machine where I am designing this report and it still fails.
    I created a very simple console project just to see if the library works and it does, when I run the code on a console application, it perfectly works, it returns True.
    I also modified rssrvpolicy.config changing all PermissionSetName to FullTrust and still nothing.
    I will really appreciate any possible solution, links, ideas, comments...
    Thanks in advance for your help.
    Miguel Gonzalez.

    Hi Miguel,
    I have tested the thing you described. All works fine.
    The only thing I would like you to check it again is that:
    "Report_Expressions_Default_Permissions" is set to be FullTrust.
        <CodeGroup
                        class="UnionCodeGroup"
                        version="1"
                        PermissionSetName="FullTrust"
                        Name="Report_Expressions_Default_Permissions"
                        Description="This code group grants default permissions for code in report expressions and Code element. ">
    Thanks,
    Jin ChenJin Chen - MSFT

  • System see sunday is not working day

    Hi guru,
    i maintain both factory calendar and holiday factory as 7 working day per week. and in work center's master view capacities select maintained calender 's id.
    when create production order, I select scheduling type as "only capacity requirement" and select finish date at Sunday. when scheduling order, system warned me as Finish date is not working day and postpone finish date to next day. 
    suggest me if there any thing i miss?
    point of useful answer.
    Regards
    Kittisak

    Dear,
    Please check thein SCAL factory clander as sunday (that particulat Date) as working day on production client?
    Then check factory assigment to plant OP03 and to work center CR02?
    IAre you using the shift sequence the check it have you given sift on sunday also in OP4A.
    Regards,
    R.Brahmankar

  • File System Repository - User Mapping not Working

    Hi,
    I tried to integrate a file system into KM. For doing so, I followed the guide located at [http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm].
    The only problem is, tht the user mapping doesn't seem to work...
    The portal is running on a UNIX system, whereas the file share to be integrated is running on a Windows 2003 Server.
    Here are the single steps that I performed:
    -  Creation of a KM Windows System in the system landscape directory with the ID "MySystem". User Mapping is set to "User,Admin"
    -  Creation of a Windows System in the system landscpe of the KM with the ID "MySystem"
    - Creation of a Network Path in KM with following settings:
    jCIFS Protocol is activated; Network Path = "
    My Server\My Share"; User = "My Windows Domain\My User" and the according password. The specified user has administration permissions on the server.
    - Creation of a readonly File System Repository Manager with following settings:
    Root-Directory = "
    My Server\My Share", SecurityManager = W2kSecurityManager, ACL Manager Cache = ca_rsrc_acl, Windows Landscape System = "MySystem"
    - Configuration of the W2KSecurityManager: I specified the DomainFile-setting as "/etc/companydomaincontrollers.txt"
      and placed such a file in the KM with following setting: "My.Server.Domain=According IP Adress"
    - In UME I carried out user mapping for index_service user and placed the above mentioned admin user into the user mapping.
    Result: The indexing works fine, all fles are indexed. When I however try to carry out a user mapping for a "normal" portal user in the UME it doesn't work: The portal user has no access to the file system. (I used the same admin user for mapping... so it should work).
    Any help is appreciated...
    P.S. With portal super admin users I can however access the fle system repository, even without user mapping. But I think this is ok, because I read in one forum message that admin users have always access in general....

    >
    Frank Friedrich wrote:
    > Hi Clemens,
    >
    > so the good think is that indexing is working and you can navigate with your admin portal user through the file system repository. In this case the most configuration settings must be correct.
    >
    > I am not quite sure regarding your System objects with the ID "MySystem". Do you have as well define an Alias Name for this System Object with the same name "MySystem" ? As well upper and lower letters are important.
    >
    > Because the reference is all the time the Alias name and not the ID or Name of your System object.
    >
    > Best regards
    > Frank
    Hi Frank,
    thanks for your reply.
    I have as well definied an Alias Name with exactly the same id. So this gives us following:
    System landscape directory: KM Windows System with id="MySystem" and Alias="MySystem"
    KM System Landscape: Windows System with id="MySystem"
    In the created file system repository manager I also set "MySystem" for the Windows Landscape System parameter.
    So I think that this should be correct (I also considered upper- and lowercase letters).
    Maybe the probem lies in specifying the domain names? When I applied user mapping I always additionally specified the Windows domain name of the users, which is correct I think.
    In the security manager configuration for the domain controllers (-> [http://help.sap.com/saphelp_nw04s/helpdata/en/a9/c54e9e09448d46b73d154e93d5e995/content.htm]) I however mapped the network domain of the file share server to the according IP adress. Maybe this is wrong?

  • HP System Recovery DVD is not working

    I've downgraded my HP 15-e0001ed from W8 to W7. I removed EVERYTHING from Windows 8, including the recovery partition en I did not make a recovery disk/back up (or something else) to eventually restore my OS to W8. 
    During the use of W7, i noticed that the fan was blowing really loud. I checked the HP website, and i noticed that all the drivers weren't compatible with W7. I installed some of the drivers anyway, but the problem with the blowing fan seems still there now and then. I then downloaded the ISO file from this topic and this is an evalution version of W8, which can be used for 90 days. I still want to use my 'original' W8 version, so I ordered a System Recovery DVD set.
    When I insert the disk I can only open the content of the disk, but there is no autorun file or something like that. I then loaded the DVD's from the system recovery mode (when you press ESC during the start up of the laptop en you have the option to go to the BIOS). When the DVD then loads, I get the following error message: 
    This computer is not supported bij de System Recovery Media. You will not be able to continue to recover this system with these Media.
    Error: 0130-ABH-UUW.
    Anyone knows what to do to get the recovery disks to work?
    Thanks!

    Re: fan blowing loud all the time.. check in the BIOS in system configuration to ensure that the fan always on option is not enabled.
    Is the wireless led shown as being enabled? (white=enabled amber=disabled) It needs to be enabled
    You should be able to boot from disk one of the set. If that is not possible when you have selected the DVD as the first item in the boot list by using the F9 key then contact HP. The disk set may be faulty.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • System.Windows.Forms.SaveFileDialog not working under Windows 2008 R2 Server

    I am using Windows Server 2008 R2 (64-bit) that is been virtualized with Hyper-V and it is being used as a "Remote Desktop Server".
    I am trying to use this PowerShell code that will open a "Save-File-Dialog" box to select the PDF file and send it to my "batch" file for scanning.  This code works great on my Windows Vista machine and my Windows 7 32-bit machine
    but I cannot get it to work on the "Windows 2008 R2 Server (64-bit)".  It will not come up with any window at all and it will not produce any errors at all, so I can't exactly google for this issue.  I am using PowerShell 2.0 from 2009.
    Any ideas?  I tried it from an Admin account and a regular domain users and neither worked at all, no errors, no window, no nothing.
    *** Update ***
        I took Out-Null out and I received this...
      GAC    Version        Location
    True   v2.0.50727     C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
    I then checked the path and the DLL file was in there and it had read and execute permissions for Domain users and Administrators and the window still won't pop up... 
    Here is the entire code in question.....
    # Uses the dot net assembly to give the users a Save-File-Dialog box so they can decide where to put the pdf file
    Function Get-SaveFile($initialDirectory){
    [System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") | Out-Null
    $SaveFileDialog = New-Object System.Windows.Forms.SaveFileDialog
    $SaveFileDialog.initialDirectory = $initialDirectory
    $SaveFileDialog.filter = "PDF files (*.pdf)| *.pdf"
    $SaveFileDialog.ShowDialog() | Out-Null
    $SaveFileDialog.filename
    # open dialog box to select the .nessuss file.
    $OutputFile = Get-SaveFile
    # User selected where they want to put the scanned.pdf file and it will automatically set it to .pdf for them
    start-process Scan $OutputFile

    I ran the code you have in your function on a Windows 2008 Standard server, and it seems to be hanging on the line
    $SaveFileDialog.ShowDialog()
    | Out-Null
    It just sits there and nothing happens, but if I run it on my Windows 7 machines, it runs without any issues. So it seems like the dialog opened, but behind the scenes, and is waiting on the user, but since it doesn't open, the user can't do anything.
    If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
    Don't Retire Technet

  • OIM after BP12 patch system error and logging not working

    Hi,
    I am using Weblogic 10.3.2 and need to install OIM. I have installed the 9.1.0.1 and then the patchset to 9.1.0.2. Then I have installed the bundle patch BP07 and everything was ok.
    Finally I have installed the BP12: now i am unable to log in the OIM admin panel ( system error ) and i cannot connect with the design console (NullPointerException). The worst part is that OIM does not write a log file anymore, so i can't determine what's wrong. What should i do?
    thx in advance

    no errors, everything fine. The webapps (xellerate and nexaweb) are started normally.
    As an additional information, i just tried to revert to BP07, it still doesn't work.

Maybe you are looking for

  • Sending publickey through the network as a byte array.

    I send client public key form server to client as a byte array through the network. I'm sruggling when I get that byte array from client side and again assign to the PublicKey variable. Anyone can give me any hints how can I extract the public key fr

  • I upgraded itunes now my music files aren't there. Help Please

    I upgraded iTunes and now my music library is missing. Shows no music and I had like 2,000+ songs. Please help.

  • Connectivity Issue in nokia lumia 730 dual sim

    I am facing a problem from last couple of days. My phone failed to retrieve data connection while I am turning it on after I switched it off for several hours. I need to do a reboot or sim change every time to get it. Please help me in this issue.

  • Starting FireFox brings up a second page along with my homepage

    during a google search I clicked on a page. now it loads, as a 2nd page, every time I start FireFox. it is not bookmarked and none of my anti virus or anti malware programs have stopped it yet. I don't want to start all over again, with FireFox, if t

  • MacBook Pro Early 2011 WiFi unstable connections

    I have been having issues in trying to stay connected to my WiFi network using my MacBook Pro 13" Early 2011 Version on Mavericks 10.8. I will have connection for anywhere between 20 to 30 minutes, sometimes less then that, and then it will just lose