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: *

  1. vanhell

    Deleting text from a file

    When "out" is a RandomAccessFile you can use out.seek(0);
  2. vanhell

    Trying to make JavaIDE: Please Help

    First of all, why you want to make a new Java IDE? There are really good and free IDE´s out there, for example "Eclipse" from IBM. So, Javaw.exe is the same like Java.exe with the different that it don´t open a Console.
  3. vanhell

    Download site for Tasm/Nasm and masm:

    Nasm is now on SF (SourceForge) and havy under developing .. http://nasm.sf.net
  4. vanhell

    J2ME Question

    All info is at java.sun.com/j2me/
  5. vanhell

    Vector don´t work

    What I wanted to say for 2 msg: the problem is solved!
  6. vanhell

    Vector don´t work

    I made the Vector static und now it works yes, I know my english is very bad..
  7. vanhell

    Vector don´t work

    Yes, after making it static it works fine, thx
  8. vanhell

    Vector don´t work

    java.util.Vector.add(Object obj) don´t work Do I miss something or are there some limits?
  9. vanhell

    link to extern css file

    thx :-) I think this is the problem I hope I find a way to fix my Apache ...
  10. vanhell

    link to extern css file

    thx, Hmm, ok it should work with Mozilla. I think I should ask on the Mozilla news groups abaut a bug ...
  11. vanhell

    link to extern css file

    Why <link rel=&quot;stylesheet&quot; href=&quot;foo.css&quot; type=&quot;style/css&quot;> work with Konquerer and IE but not with Mozilla? Or is there a other way to do that? thx, vanHell
  12. vanhell

    Where to put a servlet in Tomcat 4?

    I think this is OT. Ask this on the tomcat-user mailing-list!
  13. vanhell

    java mail

    Hmm are you sure that the smpt server is smtp.mail.yahoo.com IMO it is smtp.yahoo.com or mail.yahoo.com
  14. vanhell

    java mail

    Hmm are you sure that the smpt server is smtp.mail.yahoo.com IMO it is smptp.yahoo.com or mail.yahoo.com
  15. vanhell

    Threads and Properties

    Hi! How many Threads can I max have in a Programm? And how can I declare properties? thx vanHell

Part and Inventory Search

Back
Top