Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Outy

  1. Outy

    Laserjet 1505n default tray issue

    Hello, It isn't an optional tray, it's just the tray that comes with the printer. I can't find a pcl6 driver on the hp site so no solution there. Thanks for the replies! Kind regards Frank
  2. Outy

    Laserjet 1505n default tray issue

    Hello, Just bought a Laserjet 1505n, the problem is that I cannot put tray 2 as the default source tray, when there is paper in tray1 it keeps taking those papers. The printer is connected by network; The only options that I have for source(paper options) are auto select, manual feed and...
  3. Outy

    Problem opening files with ":"

    Hello, We have a unix-system that generates files containing the ":" character. When we try to open it in Windows 2000 this is not possible because it contains the ":" character. Is there a way to bypass this without changing the file in unix? Thanks Outliner
  4. Outy

    Adding a route

    Hello, I want to add a route that stays in the routetable of a windows 98 system. How do I do this? On a Win 2000 system it's the "-p" that makes it permanent: example: route -p add... but this doesn't work on a win98 system. Any ideas? Thanks Outliner
  5. Outy

    Logging information into file

    Hi, I want to log some information into a file and it works fine but it keeps writing on the same line in the loggingfile. The "\n" doesn't work for some reason. How can I solve this problem? Here is the code: MonitorLogging.logInformation("Connection to QueueManager...
  6. Outy

    How to pass a string to another program

    Hi Vepo, I think I'm gonna use the System.out.println("reply...) method for now. Thanks for your help! Cya Outliner:-)
  7. Outy

    MQSeries Error

    Hi, I'm using java(from Sun) to connect to MQSeries, but when I try to get a message from a queue, it keeps telling me this: "Unable to load message catalog - mqji" What does this mean? Does it have something to do with not having a message on the queue? Thanks Outliner
  8. Outy

    How to pass a string to another program

    Hi Vepo, I'll explain the whole program I have to make The program I have to make is a messagebroker, It has to connect to MQSeries(program from IBM that runs on "networklayer", it sends and receives messages on queue's). So I recieve a message from MQS, I have to read the 4 first...
  9. Outy

    How to pass a string to another program

    Hi Vepo, Is it possible to wait till the Print program has send a message(string) back to the Sender program and then the Sender program shows this "replymessage" on the screen? Thanks Vepo Greetz Outliner
  10. Outy

    How to pass a string to another program

    Hi again, If I have defined my program what I want to start in a String called program and my "message to be sent" in a String called sendstring. Is it still possible to send the string "sendstring" to the program Print(javaprogram)? Here is the situation: public class...
  11. Outy

    How to pass a string to another program

    Hello, I've asked this before but still having problems... What I want to do is call another javaprogram and pass a string to the other program. So when I'm having a java-application running for example Sender.class, next I want to call another program named Reciever.class. Then a...
  12. Outy

    Thread question

    Hi, I have to make an application that starts several threats and they all have to "listen" for another event. I have a class "Test.class", in this class I have made a vector and for each element of the vector I have to start a thread. class Test{ public static void...
  13. Outy

    How to give a string to other javaprogram?

    Hello, Thank you LeonTang and Globos for the quick replies! Greetz Outliner
  14. Outy

    How to give a string to other javaprogram?

    Hi, I have to make an application that starts another java-program. When the supervising program recieves a string for example "testthisisatest", the first 4 characters indicate the program that should be started, in this case test.java. The other characters "thisisatest&quot...
  15. Outy

    How to call another program in java?

    Hi, I have to write an application that gets a message, looks at the first 4 characters of the msg(string). Then my application has to look into a file which other application should be started regarding the 4 ch. So is there a function in java that can call another application? Thx Outliner

Part and Inventory Search

Back
Top