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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tjkun
  • Order by date
  1. tjkun

    Carriage Return in Resource Bundle

    I see. So what do you suggest then?
  2. tjkun

    Carriage Return in Resource Bundle

    I have put \n into the description. it doesn't work. How can I put System.getProperty("line.separator") into the properties files?
  3. tjkun

    Carriage Return in Resource Bundle

    Code snippet: private void buildDisplay(ResourceBundle resource){ ... ... iDescLb = new JLabel(resource.getString("description")); ... .. Properties files: ... ... description = This is the program ... (a very long description)... When the resource get this long string, it just messes my...
  4. tjkun

    Carriage Return in Resource Bundle

    I'm using ResourceBundle in Java. I'd like to use carriage return in my properties file. However, it is skipped all the time. Is there anyway I can force it not to skip carriage return here's the list I have tried \n, \r\n Thanks
  5. tjkun

    Backward Compatibility parameter for AS 2.1 on AS 3.0

    Is there any parameter to disable new feature exposing on AS 3.0? I would like to compile application on AS 3.0. However, I want it to be debugable on AS 2.1 as well. Please help.
  6. tjkun

    C/C++ Certification

    I saw lots of Certification, CCNA , MCSE, MCSD, Sun (JAVA). Why there is no C/C++ CER? I really want to know if there is any certification for C/C++.
  7. tjkun

    Solaris-Linux Porting-please help-

    Hello, I am trying to port an application which was implemented on Solaris Platform. I'd like to port it to Linux. I have change from SunWorkshop5 to Gcc already. The compilation is working fine. However, some feature is missing. My application is protocol application which involved some...
  8. tjkun

    parallel processing

    Thanks for you guys suggestion...but what I'd like to do is how to, for example, I have program which handle two big process...one is calculate...and one is write ..how can I specifically assign the calculation to one cpu and writing to another cpu... ????desperate...???help please
  9. tjkun

    parallel processing

    How to write program which make use of two CPU... Please help... Any resource would be appreciate
  10. tjkun

    How to create Zombie process...

    I want to create the client server program which can control that if the client is still connect to the server ...no body can shutdown the server....Can anyone tell me how to create such process
  11. tjkun

    Corel linux hardware, etc

    I don't think there will have the problem with that machine and for the hardware stuff you can search by www.google.com ...I am sure that you can find it there...and for the security you can start to read this book..."Hacking Exposed" It is a good book which will tell you vunerability...
  12. tjkun

    Implementing SFTP client on UNIX

    How to implement SFTP client on UNIX. Do I have to worry about the SFTP server version. Welcome Every Help Thanks
  13. tjkun

    Who can config SFTP?

    I have to implement SFTP client in order to connect to the SFTP server. How to start? Do I have to worry about the SFTP server version? Appreciate Every Help Thanks
  14. tjkun

    Help with sftp

    I need to create a client daemon that can communicate with the server using SFTP in real time....I am quite new to the unix programming...can anybody tell me how to start ...from the ground up...(any web resource, tutorial, book, ) ps. I have read about "openssh" but i think it is...
  15. tjkun

    Winxp / LInux Daul Boot

    In my opinion, I used winXP as the first boot drive and use bootpart as the boot partition handlling for the boot record...you can get Bootpart from program from the web...try to search "Bootpart22" in any search engine wish you luck

Part and Inventory Search

Back
Top