Can you have a look at my code please, where am i going wrong?

Compiles fine but i get a nullPointerException
in the setLayerOne() method and the setInputs() method
the error seems to point to the Neuron[][] network
but i thought it should be ok as i initilised the pointer as static
the Neuron class is compiled and contains both these methods.
also, is this bad design to make all my varibles static like this
thanks for the help
Tim
import java.io.*;
public class Guesser {
  static char[] user = new char[100];
  static int guess_no = 1;
  static int noOfLayers;
  static BufferedReader br = new BufferedReader( new InputStreamReader(System.in));
  static Neuron[][] network;
  static int[] layers;
  public static void main(String args[])
    throws IOException
    guesserNetwork();
  ///now for the guessing bit
  int guess_no = 0;
  char guess;
  //char dummy;
  //BufferedReader br = new BufferedReader( new InputStreamReader(System.in));
  char[] user = new char[100];
  while (guess_no<10) {
    System.out.println("Please think of Heads (H) or Tails (T) then press enter.");
    if (guess_no == 1)
      guess = 'H';
    else if ( user[guess_no] == 'H' )
      guess = 'T';
    else
      guess = 'H';
    // now we tell the user what our guess was,
    char dummy;
    dummy = (char) br.read(); // wait for the return key pressed
    System.out.println(guess);
    // Find out what the user was thinking of
    // and force the user to H or T
    user[guess_no] = (char) br.read();
    if (user[guess_no] == 'h')
    {user[guess_no] = 'H';}  //this does not work i dont know why
    else if (user[guess_no] == 't')
    {user[guess_no] = 'T';}
    dummy = (char) br.read(); // clear the stream for the return key press
    while ( user[guess_no] != 'H' && user[guess_no] != 'T')
      System.out.println("You must enter H or T");
      user[guess_no] = (char) br.read();
    setLayerOne();  //////HERES WHERE I GET NULLPOINTER EXCEPTION
    guess_no++;
  while (guess_no<100){
    //call update method
    //print output of last node
    network[0][guess_no].inputGuess(guess_no);
    guess_no++;
  static void setLayerOne() ////I GET NULLPOINTER EXCEPTION
   network[0][guess_no].inputGuess(guess_no); // sets the first layer neurons
  static void setInputs ()
     for (int i = 1; i < noOfLayers; i++){
       for(int j=0; j < layers; j++){
network[i][j].updateInput(i, network[i-1], network[i-1].length); //sets the other neurons
static void guesserNetwork()
int noOfNeurons[] = {10,1,1};
int nodes = 0;
noOfLayers = 3;
int[] layers = new int[noOfLayers];
for (int i =0; i < noOfLayers; i++)
layers[i] = noOfNeurons[i];
System.out.println("layer " + (i + 1) + " has " + noOfNeurons[i] + " neurons");
nodes += noOfNeurons[i];
System.out.println("total no of nodes = " + nodes);
System.out.println("building network...");
//make (noOfLayers)arrays of arrays
Neuron[][] network = new Neuron[noOfLayers][];
for (int i=0; i < noOfLayers; i++)
//for each layer make the desired number of rows(of neurons)
int rows = layers[i];
network[i] = new Neuron[rows];
//instinate neuron objects one by one
for (int j=0; j < layers[i]; j++)
if (i==0)
network[i][j] = new Neuron(noOfLayers, i, j, rows, 1, user[j]);
else
boolean isFirstLayer = false;
network[i][j] = new Neuron(noOfLayers, i, j, rows, layers[i-1], network[i-1]);

Main calls guesserNetwork() which initilises the array:-
Neuron[][] network = new Neuron[noOfLayers][];
     for (int i=0; i < noOfLayers; i++)
       //for each layer make the desired number of rows(of neurons)
       int rows = layers;
network[i] = new Neuron[rows];
//instinate neuron objects one by one
for (int j=0; j < layers[i]; j++)
if (i==0)
network[i][j] = new Neuron(noOfLayers, i, j, rows, 1, user[j]);
else
boolean isFirstLayer = false;
network[i][j] = new Neuron(noOfLayers, i, j, rows, layers[i-1], network[i-1]);
later main calls setLayerOne():-
static void setLayerOne()
   network[0][guess_no].inputGuess(guess_no); // sets the first layer neurons
  }and gives this error:-
NullPointerException:
at Guesser.setLayerOne(Guesser.java:77)
at Guesser.main(Guesser.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
I nave set network[][] to static so that it can be acessed from the main method and the other methods in this class.
thanks again

Similar Messages

  • Can you have a look at this video and give advice please?

    Hi Guys,
    Can you have a look at this video-
    http://www.youtube.com/watch?v=UA0x3bQUW-g
    I shot it for a friend at a hotel. Can you let me know if if works ok / stutters etc. on your computer.
    I edited hdv pal / ppro cs3 then adobe media encoder to H 264 1280 x 720 25fps bitrate min 2 max 4. keyframes 25.
    It looks pretty bad i think at the normal youtube. It looks a lot better when you hit the 'watch in hd' but begins to stutter.
    Do you have any advice?
    Many thanks
    scott

    First, thank you for doing a very nice piece. I'm a tad bit tired of the "in-your-face" skateboarding pieces. The young lady is also "easy on the eyes."
    Second, I looked at the piece in both resolutions, and also after all buffering had completed. The only things that I saw were one Transition at about the 1/4 point that seemed to have about a 1-frame "glitch," or something. Two of the Titles also did not seem to fade-up/move-in at the same pace, or with the same smoothness as the others. Even looking at movement, like the flag (again near the 1/4 mark - sorry that I did not write down the exact TimeCode), I did not notice any stuttering. I'd better get this out of the way right now, I'm viewing on my laptop's 17" 1680x1050 nVidia GeForce 8800M GTX-512MB display, with full hardware acceleration.
    Not sure what you, and Dan, are seeing. I'm usually a pretty critical observer, though might be missing something important. If you can give me a TimeCode and where, in the frame, you're both seeing the problems, I'll be glad to give it another go.
    Good luck,
    Hunt
    PS I like the mood that both the visuals and music convey. My wife also made note of the URL, for our next trip to the UK in October.

  • Random Kernel attacks ... can you have a look at the log and maybe help me out?

    Hello,
    i have an old macbookpro since 2006 and i am getting random kernel attacks during booting up. Here is a copy of the log that i dont understand at all. Can someone have a look at it so that if a peripheral is responsible i could remove it etc? Thank you very much in advance...
    Interval Since Last Panic Report:  1014086 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    715B81C9-84E0-46BE-BAA4-7B9F69D717E2
    Thu Mar 13 19:41:46 2014
    panic(cpu 1 caller 0x30c210): "vnode_rele_ext: vp 0xadda940 usecount -ve : -1.  v_tag = 16, v_type = 1, v_flag = 84800."@/SourceCache/xnu/xnu-1699.32.7/bsd/vfs/vfs_subr.c:1711
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x48a43908 : 0x2203de (0x6b08cc 0x48a43928 0x229fb0 0x0)
    0x48a43938 : 0x30c210 (0x6c33e0 0xadda940 0xffffffff 0x10)
    0x48a43968 : 0x30e109 (0xadda940 0x0 0x0 0x0)
    0x48a43988 : 0x48a5237b (0xadda940 0x1 0x29794f74 0x15f)
    0x48a439a8 : 0x48a531a8 (0x8b15000 0x6d51330 0x20 0x48a54aa8)
    0x48a43b98 : 0x48a5426e (0xadda940 0x7e48b54 0x6002f04 0x2)
    0x48a43bb8 : 0x54d297 (0x6002f04 0x0 0x2 0x7e48b54)
    0x48a43be8 : 0x30863e (0x6110a04 0x6002f04 0x2 0x7e48b54)
    0x48a43c28 : 0x322aa8 (0xadda940 0x48a43e50 0x8001 0x7e48b54)
    0x48a43c88 : 0x31aea0 (0x48a43d20 0x48a43ce8 0x48a43e80 0x7e48b54)
    0x48a43cf8 : 0x31b4ad (0x7e48b54 0x48a43d20 0x8000 0x48a43e80)
    0x48a43f78 : 0x5f3c2a (0x6441918 0x867bad4 0x7e48a98 0x0)
    0x48a43fc8 : 0x2e60a7 (0x867bad0 0x0 0x10 0x867bad0)
          Kernel Extensions in backtrace:
             com.sophos.kext.sav(8.0.14)[9C551297-42E6-4D0D-8221-F4456D0099D5]@0x48a51000->0 x48a56fff
    BSD process name corresponding to current thread: notifyd
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386
    Kernel UUID: 859B45FB-14BB-35ED-B823-08393C63E13B
    System model name: MacBookPro2,2 (Mac-F42187C8)
    System uptime in nanoseconds: 908326037068
    last loaded kext at 291712925725: com.lacie.driver.LaCie_RemoteComms          1.0.1 (addr 0xd15000, size 12288)
    last unloaded kext at 355433688452: com.lacie.driver.LaCie_RemoteComms          1.0.1 (addr 0xd15000, size 12288)
    loaded kexts:
    com.sophos.kext.sav          8.0.14
    com.intego.kext.AppBarrierKPI          2.2
    com.splashtop.driver.SRXFrameBufferConnector          1.6
    com.intego.kext.NetBarrierKPI          10.5.4
    com.splashtop.driver.SRXDisplayCard          1.6
    com.Cycling74.driver.Soundflower          1.6.6
    com.markspace.driver.Android.RNDIS          1.2
    com.plantronics.driver.PlantronicsDriverShield          4.3
    com.Logitech.Control Center.HID Driver          3.9.0
    com.seagate.driver.PowSecLeafDriver_10_5          5.0.1
    com.oxsemi.driver.OxsemiDeviceType00          1.28.13
    com.seagate.driver.PowSecDriverCore          5.0.1
    net.osx86.kexts.GenericUSBXHCI          1.2.7
    com.rim.driver.BlackBerryUSBDriverInt          0.0.67
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleHDA          2.2.5a5
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AudioAUUC          1.59
    com.apple.kext.ATIFramebuffer          7.3.2
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.8f17
    com.apple.driver.AirPort.Atheros21          431.14.10
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.ApplePolicyControl          3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d8
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleBacklight          170.2.2
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.ATIRadeonX1000          7.0.4
    com.apple.driver.CSRUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.AppleUSBTrackpad          227.6
    com.apple.driver.AppleIRController          312
    com.apple.driver.AppleUSBTCKeyEventDriver          227.6
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.1.0
    com.apple.driver.AppleUSBHub          5.1.0
    com.apple.iokit.AppleYukon2          3.2.2b1
    com.apple.driver.AppleAHCIPort          2.3.1
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleFWOHCI          4.9.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBEHCI          5.1.0
    com.apple.driver.AppleUSBUHCI          5.1.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.4
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.driver.DspFuncLib          2.2.5a5
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IO80211Family          420.3
    com.apple.driver.AppleHDAController          2.2.5a5
    com.apple.iokit.IOHDAFamily          2.2.5a5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d8
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.driver.AppleGraphicsControl          3.1.33
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.kext.ATI1600Controller          7.3.2
    com.apple.kext.ATISupport          7.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.IOBluetoothHIDDriver          4.0.8f17
    com.apple.iokit.IOBluetoothFamily          4.0.8f17
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.0
    com.apple.iokit.IOFireWireSBP2          4.2.0
    com.apple.iokit.IOATABlockStorage          3.0.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOFireWireFamily          4.4.8
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.iokit.IOUSBMassStorageClass          3.0.3
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.1
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.iokit.IOUSBFamily          5.1.0
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro2,2, BootROM MBP22.00A5.B07, 2 processors, Intel Core 2 Duo, 2.33 GHz, 3 GB, SMC 1.12f5
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F98000000000000, 0x202020202020202020202020202020202020
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F0B00000000, 0x4E5431475436345538484230424E2D334320
    AirPort: spairport_wireless_card_type_airport_extreme, Atheros 5416: 2.1.14.9
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: sppci_expresscard_name, ExpressCard
    Serial ATA Device: KINGSTON SV300S37A240G, 240.06 GB
    Parallel ATA Device: WDC WD7500BPKT-00PK4T0, 750.16 GB
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd300000 / 2
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc50c, 0xfd340000 / 3
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc51a, 0xfd330000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x021b, 0x1d200000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x7d100000 / 2
    FireWire Device: FA GoFlex Desk, Seagate, 800mbit_speed

    Remove the Sophos product by following the instructions on this page. If you have a different version, the procedure may be different.
    Remove the Intego product by following the instructions on this page. Again, if you have a different version of the product, the procedure may be different.
    Back up all data before making any changes.

  • Can you take a look at my code.. help if possible..

    hi,
    i need help on my address book.. im trying to make an addressbook gui..
    it should:
    - save the info inputed by the user from a textbox to a .txt file
    - display the names of saved persons from the txt file to the jlist, so even if i close the program and run it again, it should display the names of the persons saved so far
    - display the info when you click on the person on the jlist via the given textboxes
    - a working scrollbar
    here is my code, there could be lines that does nothing, probably caused by me trying stuffs and forgot to remove them:
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.JList;
    import java.awt.event.ActionListener;
    import java.io.*;
    import javax.swing.event.*;
    import java.io.FilterInputStream;
    public class AddressList extends JPanel implements ActionListener
         JTextField txt1 = new JTextField();
         JTextField txt2 = new JTextField();
         JTextField txt3 = new JTextField();
         DefaultListModel mdl = new DefaultListModel();
         JList list = new JList();
         JScrollPane listScroller = new JScrollPane(list);
         ListSelectionModel listSelectionModel;
         File fob = new File("Address3.txt");
         String name;
         char[] chars;     
         public void ListDisplay() //*this one should display the saved names whenever i run the gui, doesnt seem to work
              try
                   RandomAccessFile rand = new RandomAccessFile(fob,"rw");
                   BufferedReader br = new BufferedReader(new FileReader("Address3.txt"));
                   if(fob.exists())
                         while((name = rand.readLine()) != null)
                              chars = name.toCharArray();
                              if(chars[0] == '*')
                                   mdl.addElement(name);
                                   list.setModel(mdl);
                              if(chars[0] == '#')
                                   continue;
                    else
                        System.out.println("No such file..");
              catch(IOException a)
                         System.out.println(a.getMessage());
         public AddressList()
              this.setLayout(null);
              listSelectionModel = list.getSelectionModel();
            listSelectionModel.addListSelectionListener(new ListInfo());
              list.setBounds(10,40,330,270);
              listScroller.setBounds(320,40,20,100);
              add(list);
              add(listScroller);
              JLabel lbl4 = new JLabel("Name: ");
              lbl4.setBounds(400,10,80,30);
              add(lbl4);
              JLabel lbl5 = new JLabel("Cellphone #: ");
              lbl5.setBounds(400,50,80,30);
              add(lbl5);
              JLabel lbl6 = new JLabel("Address: ");
              lbl6.setBounds(400,90,80,30);
              add(lbl6);
              JLabel lbl7 = new JLabel("List ");
              lbl7.setBounds(10,10,100,30);
              add(lbl7);
              txt1.setBounds(480,10,200,30);
              add(txt1);
              txt2.setBounds(480,50,200,30);
              add(txt2);
              txt3.setBounds(480,90,200,30);
              add(txt3);
              JButton btn1 = new JButton("Add");
              btn1.setBounds(480,130,100,30);
              btn1.addActionListener(this);
              btn1.setActionCommand("Add");
              add(btn1);
              JButton btn2 = new JButton("Save");
              btn2.setBounds(480,170,100,30);
              btn2.addActionListener(this);
              btn2.setActionCommand("Save");
              add(btn2);
              JButton btn3 = new JButton("Cancel");
              btn3.setBounds(480,210,100,30);
              btn3.addActionListener(this);
              btn3.setActionCommand("Cancel");
              add(btn3);
              JButton btn4 = new JButton("Close");
              btn4.setBounds(480,250,100,30);
              btn4.addActionListener(this);
              btn4.setActionCommand("Close");
              add(btn4);
         public static void main(String[]args)
              JFrame frm = new JFrame("Address List");
              AddressList panel = new AddressList();
              frm.getContentPane().add(panel,"Center");
              frm.setSize(700,350);
              frm.setVisible(true);
         public void actionPerformed(ActionEvent e)
              String cmd;
              cmd = e.getActionCommand();
              if(cmd.equals("Add"))
                   txt1.setText("");
                   txt2.setText("");
                   txt3.setText("");
              else if(cmd.equals("Save"))
                   mdl.addElement(txt1.getText());
                   list.setModel(mdl);
                   try
                   RandomAccessFile rand = new RandomAccessFile(fob,"rw");
                   BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
                   LineNumberReader line = new LineNumberReader(br);
                    if(fob.exists())
                              rand.seek(fob.length());
                              rand.writeBytes("* " + txt1.getText());
                              rand.writeBytes("\r\n" + "# " + txt2.getText());
                              rand.writeBytes("\r\n" + "# " + txt3.getText() + "\r\n");
                    else
                         System.out.println("No such file..");
                        txt1.setText("");
                        txt2.setText("");
                        txt3.setText("");
                    catch(IOException a)
                         System.out.println(a.getMessage());
              else if(cmd.equals("Cancel"))
                   txt1.setText("");
                   txt2.setText("");
                   txt3.setText("");
              else if(cmd.equals("Close"))
                   System.exit(0);
    class ListInfo implements ListSelectionListener
         public void valueChanged(ListSelectionEvent e)
              ListSelectionModel lsm = (ListSelectionModel)e.getSource();
              int minIndex = lsm.getMinSelectionIndex();
            int maxIndex = lsm.getMaxSelectionIndex();
              try //*this one should display the info of the person whenever i click the person's name at the list box via textbox.. but i cant seem to get it right since it always display the info of the first person inputed.. i tried to get the program to display them whenever it reads lines with * on them....
                   File fob = new File("Address3.txt");
                   RandomAccessFile rand = new RandomAccessFile(fob,"rw");
                   BufferedReader br = new BufferedReader(new FileReader("Address3.txt"));
                   LineNumberReader line = new LineNumberReader(br);
                   if(fob.exists())
                              for(int i = minIndex; i<=maxIndex; i++)
                                   if(lsm.isSelectedIndex(i))
                                        while((name = rand.readLine()) != null)
                                             chars = name.toCharArray();
                                             if(chars[0] == '#')
                                                  continue;
                                             if(chars[0] == '*')
                                                  txt1.setText(rand.readLine());
                                                 txt2.setText(rand.readLine());
                                                 txt3.setText(rand.readLine());
                    else
                              System.out.println("No such file..");
              catch(IOException a)
                         System.out.println(a.getMessage());
    }thanks in advance if you can help me..

    well..
    almost everything works.. the only problems i have are:
    1)a working scrollbar - i dont know how to make it work, something about the setBounds or wrong method
    2)displays the saved names on the jlist whenever i run the program - something wrong with this one, i couldnt get to display
    their names on the jlist. i tried to make it read the whole file and read the lines with * on them (marks the name inputs)
    3)displays the saved info about the person whenever i click its name on the jlist via txtbox - ive tried making it read the following lines
    from the lines with * ( dunno if its the right thing ) or maybe a loop. anything that can fix it.

  • Can you have two Apple IDs on one IPAD? One for school and one for home?

    Can you have two Apple IDs on one IPAD? One for school and one for home?
    If so do you know how to do it?

    It depends on what you want to do.
    You could, for example, have one AppleID for iCloud backup [and therefore message syncing, notes syncing, etc] and a second one for iTunes [music, iBooks, etc].
    But if you are looking for a way to flip everything between different appleIDs, then no.

  • Can you have more than one movie per page?

    Hi, I am creating a web site and have some movie content on some of the pages. Can you have more than one quicktime file on each page? Reason I ask is that on one page I have put 3 movie files but only one shows up when I run the site online. I am not using .mac. The website is on grapeape dot co dot uk and if you look at the examples page you should see what I mean. I get one video that works and 2 large "Q"'s where the other videos were. Odd because it works locally. Any ideas? Many thanks.
    Ben

    Just noticed something. If you leave it until the first movie caches or preloads - the second one appears. Is there a way round this at all? Thanks. Ben

  • Can you have two seperate acounts on one MAC and if so how do you do it?

    Can you have two seperate acounts on one MAC and if so how do you do it?

    Look at Method One in this document:  How to use multiple iPods, iPads, or iPhones with one computer, http://support.apple.com/kb/HT1495

  • How many playlists can you have in iTunes

    How many playlists (folders) can you have in iTunes.
    I have a lot of music in iTunes and would like sort them out so it is easier for me to use
    Eg 1 x folder for now 83
    1 x folder for now 82
    1 x folder for mash ups
    Then weekly folders so probably looking at about 100+ folders
    Can this be done
    Cheers

    In iTunes playlists and folders are two different things.  I assume you are asking about playlists.  100 will not be a problem.
    However, it is unnecessary to create a playlist for Now 82.  If the tracks are properly tagged, it will show up as an album.

  • How many tasks can you have in a plan?

    How many tasks can you have in a plan?
    What is the maximum number of tasks I can reasonably expect to have in a newScale service (version 2007)? 
    I have approximately 30 tasks in my service.  When the authorizations are complete, and the tasks are initially scheduled, my server response time (between clicking Approve and seeing the next screen) is about 30 seconds. 
    Does this sound unusual?  Am I trying to do too much with my service?
    Thanks!

    Hi Joe,
    There is no "upper limit" on the number of tasks that you can have in a plan. Having said that, the complexity of a plan -- including conditions and the use of external tasks -- can certainly be a factor in response times.
    Having said this, 30 seconds seems like a long time and I strongly suggest that you open a case with customer care on this item.
    We have alerted them to be looking for a case from you.

  • How many Collections can you have in iBooks?

    How many Collections can you have in iBooks?  I have many and now I'm unable to add more collections.  Is there a way to add more collections/shelves?

    Hi Joe,
    There is no "upper limit" on the number of tasks that you can have in a plan. Having said that, the complexity of a plan -- including conditions and the use of external tasks -- can certainly be a factor in response times.
    Having said this, 30 seconds seems like a long time and I strongly suggest that you open a case with customer care on this item.
    We have alerted them to be looking for a case from you.

  • How many porgams (or pages) can you have on your ITouch?

    Hello,
    I have a 32GB Touch with the newest software i think 2.1, and have purchased a lot of programs/games and such. I noticed when i installed over 144 apps on it the new ones i install do not show up. I have 9 pages on it, can you have more then 9 pages or have more the 144 apps installed at one time? When i purchase one on itunes or on th touch it looks like they dont install because i can not turn to the 10th page on the touch but if i delete an app and power it off and power it back on it will appear in the area where i deleted the previous app...So is the a limit on how many programs you can have on the touch? Or is something going on? Ive tried reinstalling everything and starting from scratch but it does the same thing everytime...So any ideas? Thanks in advance

    exactly when you say "most" that isn't all, and we should have the ability to install all the apps/games that we want...I don't want to have to decide before I go out or on a trip which games i think i might wanna play...I think apple really needs to change its thinking on this. All other platforms of PDA type devices do not limit you on how many applications you can have installed, its only limited on the amount of storage you have. So if we have 32GB of storage we should be able to use that amount for more apps

  • How many ADFS farms can you have in a single forest/single domain?

    Hi
    I may have some terminology incorrect...please let me know if I do. :)
    My question is, how many ADFS farms can you have in a single forest/single domain? If you want to know why I am asking...please read on.
    We have 1 ADFS Farm and we are looking adding services to it. However not every cloud vendor provides a "Identity Broker" with there services.
    We have a consultant that is advising that we need to enable a SAML-based IdP-initiated single sign-on (SSO) ie using "IdpInitiatedSignOnPage"
    However to do this we need to modify the ADFS website to have "drop down" list so the user can select the "Relying Party" and then authentication with them.
    This means we are exposing a list of every company/party we have federated with. The exposure of this information, is deemed a security concern by our company....which I agree with.
    So the consultant advises that we need a separate ADFS farm. I have searched online, but haven't found any information that confirms multiple ADFS farms can be implemented in a single forest/single domain.
    Thanks for reading and if you have any other suggestions...I'd appreciate it.
    Nyobi

    This is not exactly FIM related question - there is ADFS forum available on Technet. However - technically there is no limit of ADFS farms in a forest \ domain. It is just a service which uses AD and is not altering it in any way or storing some forest-wide
    information like Exchange. So you can setup two ADFS services in single forest - no problem. 
    If it is a best solution to your problem? I can't say with that limited information but maybe just customization of pages on ADFS side would be enough? 
    Tomek Onyszko, memberOf Predica FIM Team (http://www.predica.pl), IdAM knowledge provider @ http://blog.predica.pl

  • HT4314 Can you have multiply Game Center accounts on one apple id

    Can you have multiply Game Center accounts on your apple id

    After 2 hours worth of searching with no answer, I decided to run a test and it worked. This is what I did to have multiple Game Center IDs on iOS7. (People responding may have over looked this detail because they assumed it was obvious, but it wasn't)
    Answer: you MUST have multiple Apple ID accounts, however, you use the main one to log in to SETTINGS > ITUNES & APP STORE.
    1. I deleted the Alternate Email Address associated with my account
    2. I created an entire new Apple ID with this email address
    3. I login in to SETTINGS > ITUNES & APP STORE with my original Apple ID (credit card on file)
    4. I login to Game Center, iCloud, etc... with my kid's NEW Apple ID
    So purchasing still goes under our shared account and game center, iCloud, etc... go under my kid's Apple ID.
    ^ ^ ^ ^ This is the simple straight forward answer I was looking for ^ ^ ^ ^

  • I keep getting BSOD, can you take a look at my dumps

    I am trying to trouble shoot BSOD's on my computer.  It seems like they are happening everyday.
    The image name was ntkrnlmp.exe in most of the dumps.  I got errors of memory_management, system_service_exception, KMODE_EXCEPTION_NOT_HANDLED, and others in the dumps  .
    Aswsp.sys also came up in one of the dumps.
    Here is a link to some of the latest minidumps:  http://meltoninteriors.com/adjc98/minidumps.zip
    Can you take a look at the dumps to point me in the right direction as to the cause of the BSOD's?
    My computer is Windows 7,  64bit Intel processor, 32 gig of ram.  Intel HD Graphics 4600.  This computer is custom built so hardware could be an isssue.
    When I ran WinDbg on the minidump from the latest BSOD I got this below:
    Latest minidump:
    2: kd> .reload
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    2: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    KMODE_EXCEPTION_NOT_HANDLED (1e)
    This is a very common bugcheck.  Usually the exception address pinpoints
    the driver/function that caused the problem.  Always note this address
    as well as the link date of the driver/image that contains this address.
    Arguments:
    Arg1: ffffffffc0000005, The exception code that was not handled
    Arg2: fffff80002e7dfa7, The address that the exception occurred at
    Arg3: 0000000000000000, Parameter 0 of the exception
    Arg4: ffffffffffffffff, Parameter 1 of the exception
    Debugging Details:
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030af100
    GetUlongFromAddress: unable to read from fffff800030af1c0
     0000000000000000 Nonpaged pool
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    FAULTING_IP: 
    nt!KeRemoveQueueEx+177
    fffff800`02e7dfa7 c3              ret
    BUGCHECK_STR:  0x1E_c0000005_R
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT
    PROCESS_NAME:  svchost.exe
    CURRENT_IRQL:  0
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    LAST_CONTROL_TRANSFER:  from fffff80002ec1698 to fffff80002e75ec0
    STACK_TEXT:  
    fffff880`0c90cf28 fffff800`02ec1698 : 00000000`0000001e ffffffff`c0000005 fffff800`02e7dfa7 00000000`00000000 : nt!KeBugCheckEx
    fffff880`0c90cf30 fffff800`02e75542 : fffff880`0c90d708 fffff880`0c90da88 fffff880`0c90d7b0 fffff880`0c90daa0 : nt! ?? ::FNODOBFM::`string'+0x487ed
    fffff880`0c90d5d0 fffff800`02e73e4a : 00000000`00000000 fffffa80`1e2144d0 fffffa80`1e2144d0 ffeff800`02ff2e80 : nt!KiExceptionDispatch+0xc2
    fffff880`0c90d7b0 fffff800`02e7dfa7 : fffff800`03161097 fffffa80`00000000 fffffa80`1cde5e01 00000000`00000001 : nt!KiGeneralProtectionFault+0x10a
    fffff880`0c90d948 fffff800`03161097 : fffffa80`00000000 fffffa80`1cde5e01 00000000`00000001 fffffa80`1cde5ef0 : nt!KeRemoveQueueEx+0x177
    fffff880`0c90d950 fffff800`02e61df6 : 000007fe`fe362e00 fffff880`0c90da68 fffff880`0c90da88 00000000`00000001 : nt!IoRemoveIoCompletion+0x47
    fffff880`0c90d9e0 fffff800`02e75153 : fffffa80`1e2144d0 00000000`774b45c0 00000000`00000000 00000000`001f1540 : nt!NtWaitForWorkViaWorkerFactory+0x285
    fffff880`0c90dae0 00000000`77402bba : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
    00000000`0143fad8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x77402bba
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    nt!KeRemoveQueueEx+177
    fffff800`02e7dfa7 c3              ret
    SYMBOL_STACK_INDEX:  4
    SYMBOL_NAME:  nt!KeRemoveQueueEx+177
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME:  ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP:  54d0317d
    IMAGE_VERSION:  6.1.7601.18741
    FAILURE_BUCKET_ID:  X64_0x1E_c0000005_R_nt!KeRemoveQueueEx+177
    BUCKET_ID:  X64_0x1E_c0000005_R_nt!KeRemoveQueueEx+177
    ANALYSIS_SOURCE:  KM
    FAILURE_ID_HASH_STRING:  km:x64_0x1e_c0000005_r_nt!keremovequeueex+177
    FAILURE_ID_HASH:  {e3b31b0e-2cc9-701e-fdb4-9e82dce27d67}
    Followup: MachineOwner

    Unfortunately, the crash dump was not very helpful. Do this.
    Update or remove
    Loaded symbol image file: CAM_Client_V2.sys
        Image path: \??\C:\Program Files (x86)\NZXT\CAMV2.0beta\CAM_Client_V2.sys
        Image name: CAM_Client_V2.sys
        Timestamp:        Sat Jul 26 09:29:37 2008
    (488B26C1)
    Uninstall
    Loaded symbol image file: dtsoftbus01.sys
        Image path: \SystemRoot\System32\drivers\dtsoftbus01.sys
        Image name: dtsoftbus01.sys
    dtsoftbus01.sys:
    http://sysnative.com/drivers/driver.php?id=dtsoftbus01.sys
    Please run driver verifier (DV) per the instructions in the link below.
    Note:
    Make sure to read and remember the steps to reset DV in the event of a crash, and post a link to the newly generated crash dump here.
    Driver Verifier-- tracking down a mis-behaving driver. Co-Authored by ZigZag3143& JMH3143
    http://answers.microsoft.com/en-us/windows/wiki/windows_other-system/driver-verifier-tracking-down-a-mis-behaving/f5cb4faf-556b-4b6d-95b3-c48669e4c983
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 9600 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 9600.17668.amd64fre.winblue_r8.150127-1500
    Machine Name:
    Kernel base = 0xfffff803`37c0a000 PsLoadedModuleList = 0xfffff803`37ee3250
    Debug session time: Thu Mar 26 06:33:15.079 2015 (UTC - 4:00)
    System Uptime: 0 days 5:24:33.782
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    * Bugcheck Analysis *
    Use !analyze -v to get detailed debugging information.
    BugCheck 3B, {c0000005, fffff80337ce402c, ffffd001402ecf20, 0}
    Probably caused by : ntkrnlmp.exe ( nt!KxWaitForLockOwnerShipWithIrql+14 )
    Followup: MachineOwner
    3: kd> !analyze -v
    * Bugcheck Analysis *
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c0000005, Exception code that caused the bugcheck
    Arg2: fffff80337ce402c, Address of the instruction which caused the bugcheck
    Arg3: ffffd001402ecf20, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    Debugging Details:
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    FAULTING_IP:
    nt!KxWaitForLockOwnerShipWithIrql+14
    fffff803`37ce402c 48890a mov qword ptr [rdx],rcx
    CONTEXT: ffffd001402ecf20 -- (.cxr 0xffffd001402ecf20)
    rax=0000000000000000 rbx=0000000000000000 rcx=ffffd001402ed9b0
    rdx=0000800000000000 rsi=000000007eedc000 rdi=ffffd001402ed9b0
    rip=fffff80337ce402c rsp=ffffd001402ed950 rbp=0000000000000000
    r8=ffffd001402eda10 r9=0000000000000000 r10=fffff960002a85d8
    r11=000000007eeda000 r12=0000000000000000 r13=0000000000000000
    r14=ffffe000b3cb2880 r15=0000000000010001
    iopl=0 nv up di pl zr na po nc
    cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010046
    nt!KxWaitForLockOwnerShipWithIrql+0x14:
    fffff803`37ce402c 48890a mov qword ptr [rdx],rcx ds:002b:00008000`00000000=????????????????
    Resetting default scope
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
    BUGCHECK_STR: 0x3B
    PROCESS_NAME: Steam.exe
    CURRENT_IRQL: 0
    LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff80337ce402c
    STACK_TEXT:
    ffffd001`402ed950 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KxWaitForLockOwnerShipWithIrql+0x14
    FOLLOWUP_IP:
    nt!KxWaitForLockOwnerShipWithIrql+14
    fffff803`37ce402c 48890a mov qword ptr [rdx],rcx
    SYMBOL_STACK_INDEX: 0
    SYMBOL_NAME: nt!KxWaitForLockOwnerShipWithIrql+14
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: nt
    IMAGE_NAME: ntkrnlmp.exe
    DEBUG_FLR_IMAGE_TIMESTAMP: 54c832b2
    STACK_COMMAND: .cxr 0xffffd001402ecf20 ; kb
    FAILURE_BUCKET_ID: X64_0x3B_nt!KxWaitForLockOwnerShipWithIrql+14
    BUCKET_ID: X64_0x3B_nt!KxWaitForLockOwnerShipWithIrql+14
    Followup: MachineOwner
    3: kd> lmsmnt
    start end module name
    fffff801`92770000 fffff801`927f8000 ACPI ACPI.sys Mon Oct 06 23:29:50 2014 (54335E2E)
    fffff801`9274d000 fffff801`92765000 acpiex acpiex.sys Thu Aug 22 07:37:47 2013 (5215F80B)
    fffff801`93a39000 fffff801`93acb000 afd afd.sys Thu May 29 23:03:01 2014 (5387F4E5)
    fffff801`93bc7000 fffff801`93bde000 ahcache ahcache.sys Thu Dec 11 19:51:20 2014 (548A3C08)
    fffff801`94000000 fffff801`9401e000 amdppm amdppm.sys Thu Aug 22 04:46:34 2013 (5215CFEA)
    fffff960`00b0a000 fffff960`00b69000 ATMFD ATMFD.DLL unavailable (00000000)
    fffff801`939bd000 fffff801`939cf000 BasicDisplay BasicDisplay.sys Thu Aug 22 07:39:31 2013 (5215F873)
    fffff801`93570000 fffff801`9357e000 BasicRender BasicRender.sys Sat Feb 22 07:14:02 2014 (5308948A)
    fffff801`93568000 fffff801`93570000 Beep Beep.SYS Thu Aug 22 07:40:24 2013 (5215F8A8)
    fffff801`925b0000 fffff801`925ba000 BOOTVID BOOTVID.dll Thu Aug 22 07:40:26 2013 (5215F8AA)
    fffff801`9534e000 fffff801`9536e000 bowser bowser.sys Thu Aug 22 07:38:38 2013 (5215F83E)
    fffff801`96bef000 fffff801`96bf6000 CAM_Client_V2 CAM_Client_V2.sys Sat Jul 26 09:29:37 2008 (488B26C1)
    fffff960`00825000 fffff960`0085f000 cdd cdd.dll unavailable (00000000)
    fffff801`92400000 fffff801`92488000 CI CI.dll Fri Dec 05 22:23:28 2014 (548276B0)
    fffff801`93487000 fffff801`934dd000 CLASSPNP CLASSPNP.SYS Wed Oct 08 01:22:07 2014 (5434C9FF)
    fffff801`92518000 fffff801`92579000 CLFS CLFS.SYS Wed Mar 19 04:12:20 2014 (53295164)
    fffff801`92888000 fffff801`92914000 cng cng.sys Tue Jan 13 21:29:05 2015 (54B5D471)
    fffff801`93dee000 fffff801`93dfd000 CompositeBus CompositeBus.sys Thu Aug 22 07:38:48 2013 (5215F848)
    fffff801`96b8c000 fffff801`96b9c000 condrv condrv.sys Thu Aug 22 07:40:17 2013 (5215F8A1)
    fffff801`96be5000 fffff801`96bef000 cpuz138_x64 cpuz138_x64.sys Thu Nov 27 06:16:46 2014 (5477081E)
    fffff801`934dd000 fffff801`934f2000 crashdmp crashdmp.sys Thu Aug 22 07:40:03 2013 (5215F893)
    fffff801`93c49000 fffff801`93cd7000 csc csc.sys Tue Oct 28 22:46:49 2014 (54505519)
    fffff801`93ba1000 fffff801`93bc7000 dfsc dfsc.sys Thu Mar 06 04:22:50 2014 (53183E6A)
    fffff801`925ba000 fffff801`925d6000 disk disk.sys Thu Aug 22 07:39:47 2013 (5215F883)
    fffff801`93fc0000 fffff801`93fdc000 drmk drmk.sys Tue Oct 28 22:47:38 2014 (5450554A)
    fffff801`94cdf000 fffff801`94d27000 dtsoftbus01 dtsoftbus01.sys Fri Feb 21 04:49:36 2014 (53072130)
    fffff801`94dd8000 fffff801`94de4000 dump_diskdump dump_diskdump.sys Thu Aug 22 07:40:18 2013 (5215F8A2)
    fffff801`94de4000 fffff801`94dfa000 dump_dumpfve dump_dumpfve.sys Sat Feb 22 07:14:48 2014 (530894B8)
    fffff801`9344c000 fffff801`93469000 dump_storahci dump_storahci.sys Thu Aug 22 07:40:39 2013 (5215F8B7)
    fffff801`9382b000 fffff801`939ab000 dxgkrnl dxgkrnl.sys Tue Oct 28 22:46:45 2014 (54505515)
    fffff801`9357e000 fffff801`935e1000 dxgmms1 dxgmms1.sys Tue Oct 28 22:46:30 2014 (54505506)
    fffff801`92b38000 fffff801`92b52000 EhStorClass EhStorClass.sys Thu Aug 22 07:38:15 2013 (5215F827)
    fffff801`94b68000 fffff801`94ba1000 fastfat fastfat.SYS Thu Aug 22 07:40:18 2013 (5215F8A2)
    fffff801`92bae000 fffff801`92bc4000 fileinfo fileinfo.sys Sat Feb 22 07:13:10 2014 (53089456)
    fffff801`92b52000 fffff801`92bae000 fltmgr fltmgr.sys Mon Aug 25 22:25:16 2014 (53FBF00C)
    fffff801`92e99000 fffff801`92ea4000 Fs_Rec Fs_Rec.sys Thu Aug 22 04:46:33 2013 (5215CFE9)
    fffff801`93316000 fffff801`933ab000 fvevol fvevol.sys Mon Apr 07 18:25:31 2014 (534325DB)
    fffff801`93285000 fffff801`932f1000 fwpkclnt fwpkclnt.sys Tue Oct 28 22:46:11 2014 (545054F3)
    fffff803`3839e000 fffff803`3840e000 hal hal.dll Sun Jun 01 18:49:12 2014 (538BADE8)
    fffff801`94a4c000 fffff801`94a65000 HDAudBus HDAudBus.sys Thu Jul 24 07:45:39 2014 (53D0F1E3)
    fffff801`94c78000 fffff801`94cde000 HdAudio HdAudio.sys Thu Aug 22 07:38:19 2013 (5215F82B)
    fffff801`934f2000 fffff801`93511000 HIDCLASS HIDCLASS.SYS Thu Mar 06 04:24:40 2014 (53183ED8)
    fffff801`94dd0000 fffff801`94dd7f00 HIDPARSE HIDPARSE.SYS Thu Aug 22 07:40:26 2013 (5215F8AA)
    fffff801`93fe7000 fffff801`93ff5000 hidusb hidusb.sys Thu Mar 06 04:24:14 2014 (53183EBE)
    fffff801`95254000 fffff801`9534e000 HTTP HTTP.sys Mon Jan 27 14:48:02 2014 (52E6B7F2)
    fffff801`92fec000 fffff801`92ffb000 intelpep intelpep.sys Wed Oct 08 03:33:44 2014 (5434E8D8)
    fffff801`92ac7000 fffff801`92ad9000 kbdclass kbdclass.sys Mon Oct 06 23:29:50 2014 (54335E2E)
    fffff801`93469000 fffff801`93477000 kbdhid kbdhid.sys Mon Oct 06 23:29:43 2014 (54335E27)
    fffff803`36d76000 fffff803`36d7f000 kd kd.dll Thu Aug 22 07:40:43 2013 (5215F8BB)
    fffff801`93e5a000 fffff801`93e65000 kdnic kdnic.sys Thu Aug 22 07:38:26 2013 (5215F832)
    fffff801`93e0c000 fffff801`93e5a000 ks ks.sys Fri Jul 04 08:58:59 2014 (53B6A513)
    fffff801`92e6d000 fffff801`92e89000 ksecdd ksecdd.sys Tue Oct 28 22:47:36 2014 (54505548)
    fffff801`92fbb000 fffff801`92fec000 ksecpkg ksecpkg.sys Sun Jan 11 22:01:17 2015 (54B338FD)
    fffff801`93c41000 fffff801`93c46300 ksthunk ksthunk.sys Thu Aug 22 07:39:31 2013 (5215F873)
    fffff801`94ed6000 fffff801`94eea000 lltdio lltdio.sys Thu Aug 22 07:36:18 2013 (5215F7B2)
    fffff801`94eb2000 fffff801`94ed6000 luafv luafv.sys Sat Feb 22 07:14:25 2014 (530894A1)
    fffff801`924ef000 fffff801`9250a000 mcupdate_AuthenticAMD mcupdate_AuthenticAMD.dll Thu Aug 22 08:39:42 2013 (5216068E)
    fffff801`94e97000 fffff801`94ea5000 monitor monitor.sys Thu Aug 22 07:36:37 2013 (5215F7C5)
    fffff801`94e6e000 fffff801`94e7e000 mouclass mouclass.sys Mon Oct 06 23:29:43 2014 (54335E27)
    fffff801`94e61000 fffff801`94e6e000 mouhid mouhid.sys Mon Oct 06 23:29:43 2014 (54335E27)
    fffff801`929b5000 fffff801`929d0000 mountmgr mountmgr.sys Mon Oct 06 21:18:16 2014 (54333F58)
    fffff801`9536e000 fffff801`95385000 mpsdrv mpsdrv.sys Tue Oct 28 22:45:31 2014 (545054CB)
    fffff801`95385000 fffff801`953f2000 mrxsmb mrxsmb.sys Wed Oct 08 03:32:08 2014 (5434E878)
    fffff801`94f8a000 fffff801`94fd5000 mrxsmb10 mrxsmb10.sys Thu Mar 06 04:19:36 2014 (53183DA8)
    fffff801`95200000 fffff801`95238000 mrxsmb20 mrxsmb20.sys Sat Sep 27 00:59:28 2014 (54264430)
    fffff801`939e3000 fffff801`939ef000 Msfs Msfs.SYS Thu Aug 22 07:40:24 2013 (5215F8A8)
    fffff801`92922000 fffff801`9292c000 msisadrv msisadrv.sys Thu Aug 22 07:39:03 2013 (5215F857)
    fffff801`96b9c000 fffff801`96bb2000 mslldp mslldp.sys Tue Oct 28 22:45:39 2014 (545054D3)
    fffff801`92488000 fffff801`924e5000 msrpc msrpc.sys Thu Aug 22 07:39:22 2013 (5215F86A)
    fffff801`93de2000 fffff801`93dee000 mssmbios mssmbios.sys Thu Aug 22 07:39:41 2013 (5215F87D)
    fffff801`93000000 fffff801`93017000 mup mup.sys Thu Aug 22 07:40:28 2013 (5215F8AC)
    fffff801`92ea4000 fffff801`92fbb000 ndis ndis.sys Mon Feb 02 19:03:15 2015 (54D01043)
    fffff801`94f5e000 fffff801`94f72000 ndisuio ndisuio.sys Thu Aug 22 07:37:34 2013 (5215F7FE)
    fffff801`93fdc000 fffff801`93fe7000 NdisVirtualBus NdisVirtualBus.sys Thu Aug 22 07:36:25 2013 (5215F7B9)
    fffff801`94fd5000 fffff801`94ff2000 Ndu Ndu.sys Tue Oct 28 22:45:16 2014 (545054BC)
    fffff801`93b0d000 fffff801`93b1e000 netbios netbios.sys Tue Oct 28 22:47:23 2014 (5450553B)
    fffff801`93400000 fffff801`9344c000 netbt netbt.sys Thu Aug 22 07:37:01 2013 (5215F7DD)
    fffff801`92a43000 fffff801`92abb000 NETIO NETIO.SYS Tue Sep 09 04:35:50 2014 (540EBBE6)
    fffff801`935e1000 fffff801`935f4000 networx networx.sys Wed Jul 23 09:03:28 2014 (53CFB2A0)
    fffff801`939cf000 fffff801`939e3000 Npfs Npfs.SYS Thu Aug 22 07:40:25 2013 (5215F8A9)
    fffff801`93c35000 fffff801`93c41000 npsvctrig npsvctrig.sys Thu Aug 22 07:38:22 2013 (5215F82E)
    fffff801`93c27000 fffff801`93c35000 nsiproxy nsiproxy.sys Tue Oct 28 22:46:03 2014 (545054EB)
    fffff803`37c0a000 fffff803`3839e000 nt ntkrnlmp.exe Tue Jan 27 19:52:02 2015 (54C832B2)
    fffff801`92c73000 fffff801`92e6d000 Ntfs Ntfs.sys Fri Oct 10 20:35:55 2014 (54387B6B)
    fffff801`9355f000 fffff801`93568000 Null Null.SYS Thu Aug 22 07:40:24 2013 (5215F8A8)
    fffff801`93a00000 fffff801`93a34000 nvhda64v nvhda64v.sys Thu Oct 09 13:02:27 2014 (5436BFA3)
    fffff801`9403a000 fffff801`94a4c000 nvlddmkm nvlddmkm.sys Thu Feb 05 13:01:37 2015 (54D3B001)
    fffff801`96bb2000 fffff801`96bbc000 NvStreamKms NvStreamKms.sys Mon Jan 12 12:56:42 2015 (54B40ADA)
    fffff801`94028000 fffff801`94035000 nvvad64v nvvad64v.sys Thu Nov 20 10:33:54 2014 (546E09E2)
    fffff801`94ea5000 fffff801`94eb2000 nvvadarm nvvadarm.sys Thu Feb 05 13:24:46 2015 (54D3B56E)
    fffff801`94eea000 fffff801`94f5e000 nwifi nwifi.sys Tue Oct 28 22:45:41 2014 (545054D5)
    fffff801`93acb000 fffff801`93af5000 pacer pacer.sys Tue Oct 28 22:45:30 2014 (545054CA)
    fffff801`94bb9000 fffff801`94bd5000 parport parport.sys Thu Aug 22 07:40:02 2013 (5215F892)
    fffff801`9299d000 fffff801`929b5000 partmgr partmgr.sys Wed Oct 08 03:34:42 2014 (5434E912)
    fffff801`9292c000 fffff801`92974000 pci pci.sys Thu Jul 24 07:45:24 2014 (53D0F1D4)
    fffff801`92e89000 fffff801`92e99000 pcw pcw.sys Thu Aug 22 04:46:34 2013 (5215CFEA)
    fffff801`92981000 fffff801`9299d000 pdc pdc.sys Wed Oct 08 01:21:59 2014 (5434C9F7)
    fffff801`95c08000 fffff801`95cb1000 peauth peauth.sys Sat Feb 22 07:09:37 2014 (53089381)
    fffff801`93f79000 fffff801`93fc0000 portcls portcls.sys Tue Oct 28 22:46:35 2014 (5450550B)
    fffff801`9259b000 fffff801`925b0000 PSHED PSHED.dll Sat Sep 14 09:57:19 2013 (52346B3F)
    fffff801`93b31000 fffff801`93ba1000 rdbss rdbss.sys Tue Dec 17 02:21:22 2013 (52AFFB72)
    fffff801`94d3e000 fffff801`94d49000 rdpbus rdpbus.sys Thu Aug 22 07:38:52 2013 (5215F84C)
    fffff801`92c23000 fffff801`92c69000 rdyboost rdyboost.sys Sat Feb 22 07:13:40 2014 (53089474)
    fffff801`94f72000 fffff801`94f8a000 rspndr rspndr.sys Thu Aug 22 07:36:34 2013 (5215F7C2)
    fffff801`93ea1000 fffff801`93f79000 Rt630x64 Rt630x64.sys Tue Jul 15 22:56:14 2014 (53C5E9CE)
    fffff801`93be7000 fffff801`93bf6000 rzendpt rzendpt.sys Thu Sep 04 23:22:07 2014 (54092C5F)
    fffff801`95cb1000 fffff801`95cb8280 rzpmgrk rzpmgrk.sys Thu Apr 17 15:36:12 2014 (53502D2C)
    fffff801`95cb9000 fffff801`95cd6c80 rzpnk rzpnk.sys Fri Apr 11 16:45:28 2014 (53485468)
    fffff801`94e36000 fffff801`94e61000 rzudd rzudd.sys Thu Sep 04 23:22:11 2014 (54092C63)
    fffff801`93c00000 fffff801`93c27000 SCDEmu SCDEmu.SYS Wed Oct 08 09:09:34 2014 (5435378E)
    fffff801`95cd7000 fffff801`95ce2000 secdrv secdrv.SYS Wed Sep 13 09:18:38 2006 (4508052E)
    fffff801`94bef000 fffff801`94bfc000 serenum serenum.sys Thu Aug 22 07:40:17 2013 (5215F8A1)
    fffff801`94bd5000 fffff801`94bef000 serial serial.sys Thu Aug 22 07:40:08 2013 (5215F898)
    fffff801`93bde000 fffff801`93be7000 serscan serscan.sys Tue Oct 28 21:50:36 2014 (545047EC)
    fffff801`94e89000 fffff801`94e97000 SiLib SiLib.sys Thu Jul 15 18:08:26 2010 (4C3F86DA)
    fffff801`94e7e000 fffff801`94e89000 SiUSBXp SiUSBXp.sys Thu Jul 15 18:27:13 2010 (4C3F8B41)
    fffff801`92800000 fffff801`92869000 spaceport spaceport.sys Tue Oct 28 22:47:03 2014 (54505527)
    fffff801`96ad1000 fffff801`96b5f000 srv srv.sys Thu Jul 24 07:43:27 2014 (53D0F15F)
    fffff801`95d37000 fffff801`95de4000 srv2 srv2.sys Wed Oct 08 03:33:30 2014 (5434E8CA)
    fffff801`95ce2000 fffff801`95d25000 srvnet srvnet.sys Fri Jun 27 02:22:21 2014 (53AD0D9D)
    fffff801`929d0000 fffff801`929ed000 storahci storahci.sys Thu Aug 22 07:40:39 2013 (5215F8B7)
    fffff801`92ada000 fffff801`92b38000 storport storport.sys Wed Sep 24 22:47:07 2014 (5423822B)
    fffff801`94035000 fffff801`94036600 swenum swenum.sys Tue Oct 28 22:47:41 2014 (5450554D)
    fffff801`93019000 fffff801`93285000 tcpip tcpip.sys Tue Oct 28 22:47:30 2014 (54505542)
    fffff801`95d25000 fffff801`95d37000 tcpipreg tcpipreg.sys Thu Mar 06 04:19:59 2014 (53183DBF)
    fffff801`939ef000 fffff801`939fd000 TDI TDI.SYS Thu Aug 22 07:39:01 2013 (5215F855)
    fffff801`93800000 fffff801`93820000 tdx tdx.sys Thu Aug 22 07:36:34 2013 (5215F7C2)
    fffff801`92579000 fffff801`9259b000 tm tm.sys Thu Aug 22 07:39:33 2013 (5215F875)
    fffff801`94dbf000 fffff801`94dd0000 tosporte tosporte.sys Tue Jun 16 06:48:47 2009 (4A37788F)
    fffff801`93b1e000 fffff801`93b30b80 tosrfcom tosrfcom.sys Sun Nov 28 21:44:26 2010 (4CF3138A)
    fffff801`92c00000 fffff801`92c23000 Tpkd Tpkd.sys Sat Nov 17 10:18:06 2012 (50A7AAAE)
    fffff960`00767000 fffff960`00770000 TSDDD TSDDD.dll unavailable (00000000)
    fffff801`96b5f000 fffff801`96b8c000 tunnel tunnel.sys Thu Aug 22 07:35:45 2013 (5215F791)
    fffff801`94aba000 fffff801`94aec000 ucx01000 ucx01000.sys Tue Oct 07 01:00:55 2014 (54337387)
    fffff801`93e90000 fffff801`93ea1000 umbus umbus.sys Thu Aug 22 07:38:59 2013 (5215F853)
    fffff801`93538000 fffff801`93555900 usbaudio usbaudio.sys Fri Dec 13 02:24:20 2013 (52AAB624)
    fffff801`93511000 fffff801`93538000 usbccgp usbccgp.sys Thu Jul 24 07:44:51 2014 (53D0F1B3)
    fffff801`94db3000 fffff801`94dbf000 USBD USBD.SYS Sat May 31 02:31:17 2014 (53897735)
    fffff801`94ba1000 fffff801`94bb9000 usbehci usbehci.sys Sat May 31 02:29:54 2014 (538976E2)
    fffff801`94d49000 fffff801`94db3000 usbhub usbhub.sys Thu Jul 24 07:45:29 2014 (53D0F1D9)
    fffff801`94c00000 fffff801`94c78000 UsbHub3 UsbHub3.sys Wed Oct 08 03:32:50 2014 (5434E8A2)
    fffff801`94aec000 fffff801`94af9000 usbohci usbohci.sys Thu Aug 22 07:39:27 2013 (5215F86F)
    fffff801`94af9000 fffff801`94b68000 USBPORT USBPORT.SYS Sat May 31 02:30:25 2014 (53897701)
    fffff801`94a65000 fffff801`94aba000 USBXHCI USBXHCI.SYS Tue Oct 07 01:00:56 2014 (54337388)
    fffff801`93cfd000 fffff801`93de2000 VBoxDrv VBoxDrv.sys Sat Oct 11 07:28:48 2014 (54391470)
    fffff801`93e65000 fffff801`93e90000 VBoxNetFlt VBoxNetFlt.sys Sat Oct 11 07:26:22 2014 (543913DE)
    fffff801`93cd7000 fffff801`93cfd000 VBoxUSBMon VBoxUSBMon.sys Sat Oct 11 07:26:22 2014 (543913DE)
    fffff801`92974000 fffff801`92981000 vdrvroot vdrvroot.sys Thu Aug 22 07:38:49 2013 (5215F849)
    fffff801`92869000 fffff801`9287e000 volmgr volmgr.sys Thu Aug 22 07:39:53 2013 (5215F889)
    fffff801`9260a000 fffff801`92669000 volmgrx volmgrx.sys Thu Aug 22 07:40:23 2013 (5215F8A7)
    fffff801`933ab000 fffff801`933fa000 volsnap volsnap.sys Wed Jun 18 18:41:28 2014 (53A21598)
    fffff801`93af5000 fffff801`93b0d000 vwififlt vwififlt.sys Wed Apr 30 02:43:46 2014 (53609BA2)
    fffff801`939ab000 fffff801`939bd000 watchdog watchdog.sys Sat Feb 22 07:14:39 2014 (530894AF)
    fffff801`9266d000 fffff801`9273c000 Wdf01000 Wdf01000.sys Thu Aug 22 07:38:56 2013 (5215F850)
    fffff801`92a00000 fffff801`92a43000 WdFilter WdFilter.sys Fri Jan 30 05:20:58 2015 (54CB5B0A)
    fffff801`9273c000 fffff801`9274d000 WDFLDR WDFLDR.SYS Thu Aug 22 07:39:03 2013 (5215F857)
    fffff801`96bbc000 fffff801`96bdb000 WdNisDrv WdNisDrv.sys Fri Jan 30 05:21:48 2015 (54CB5B3C)
    fffff801`9250a000 fffff801`92518000 werkernel werkernel.sys Thu Aug 22 07:40:24 2013 (5215F8A8)
    fffff801`932f1000 fffff801`93316000 wfplwfs wfplwfs.sys Tue Oct 28 22:45:53 2014 (545054E1)
    fffff960`0015f000 fffff960`00575000 win32k win32k.sys Wed Feb 25 18:26:26 2015 (54EE5A22)
    fffff801`94d27000 fffff801`94d2bd00 WmBEnum WmBEnum.sys Tue Apr 27 16:10:19 2010 (4BD744AB)
    fffff801`93ff5000 fffff801`93ffe180 WmFilter WmFilter.sys Tue Apr 27 16:10:19 2010 (4BD744AB)
    fffff801`9401e000 fffff801`94028000 wmiacpi wmiacpi.sys Thu Aug 22 07:40:04 2013 (5215F894)
    fffff801`92600000 fffff801`9260a000 WMILIB WMILIB.SYS Thu Aug 22 07:40:23 2013 (5215F8A7)
    fffff801`96bdb000 fffff801`96bdd500 WmVirHid WmVirHid.sys Tue Apr 27 16:08:53 2010 (4BD74455)
    fffff801`94d2c000 fffff801`94d3d480 WmXlCore WmXlCore.sys Tue Apr 27 16:09:26 2010 (4BD74476)
    fffff801`92bc4000 fffff801`92bef000 Wof Wof.sys Thu Mar 13 04:27:29 2014 (53216BF1)
    fffff801`92765000 fffff801`92770000 WppRecorder WppRecorder.sys Thu Aug 22 07:39:40 2013 (5215F87C)
    Unloaded modules:
    fffff801`96bde000 fffff801`96be5000 CAM_Client_V
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 00007000
    fffff801`934f2000 fffff801`934fe000 dump_storpor
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 0000C000
    fffff801`934fe000 fffff801`9351b000 dump_storahc
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 0001D000
    fffff801`9351b000 fffff801`93531000 dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 00016000
    fffff801`93dee000 fffff801`93dfe000 dam.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 00010000
    fffff801`93531000 fffff801`9355f000 cdrom.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 0002E000
    fffff801`92914000 fffff801`92922000 WdBoot.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 0000E000
    fffff801`92abb000 fffff801`92ac7000 hwpolicy.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    ImageSize: 0000C000

  • Can you have more than one account on the ipad?

    I'm looking into using the ipad in our manufacturing facility, with more than one user on a single ipad.
    Can you have multiple user accounts on it, and if not how would you set up email with multiple accounts where one user can't access another's account?
    Any info would be appreciated.
    Thanks.

    Welcome to Apple Support Communities.
    If each employee uses a web-based email system such as Gmail, Hotmail, Yahoo, and others, and makes a point of NOT automatically saving ID and password, each user would use the Safari browser to access email, privately and confidentially. That also allows viewing email folders created in the webmail account that are not visible in the Mail app using a pop mail server.

Maybe you are looking for