Search:

Type: Posts; User: mael331

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    Alright I made some change to the testprintqueue :

    import java.io.*;
    import java.util.*;
    import java.lang.*;

    public class testPrintQueue
    {
    public static QueueClass mainQueue
    ...
  2. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    the error is from this line

    that's why i have a system.out.println(); to see it the parsing is actually working , now i am trying to pass each variables into the setPrintjobInfo method
    type is...
  3. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    I have attached the folder where i have everything stored and thanks again for helping me
  4. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    Sorry lol
    import java.io.*;
    import java.util.*;
    import java.lang.*;
  5. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    Here is the test file

    public class testPrintQueue
    {
    public static QueueClass mainQueue
    = new QueueClass();
    public static QueueClass addQueuePriority
    =...
  6. Replies
    14
    Views
    1,871

    Re: Trouble loading elements into a queue

    What variables is the input in? A is suppose to be a string , both B and c are integers
    What does "load" mean? I mean I want to pass each variables

    What are the definitions of the variables:
    ...
  7. Replies
    14
    Views
    1,871

    Trouble loading elements into a queue

    Hey guys ,
    I am working on a print queue read from a file but I can only read the input file and parse it, I don't know how to load the elements from the input to the queue.
    The file input...
Results 1 to 7 of 7