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 wOOdy-Soft 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 HedAche

  1. HedAche

    Java book for beginner

    there are loads of good books out there for every stage of java-knowledge personally i'd recommend the SAMs series (check out http://www.cadenhead.org/book/21javapre/index.shtml for a taster) they're pretty comprehensive and i refer to them again and again
  2. HedAche

    Java component will not load in browser

    Hi, I'm having a similar (I think) problem - here is a post I wrote under the javascript forum: In RedHat linux 8.0 I am using mozilla 1.0.1 as a browser and I'm not having much luck running a javascript that I originally wrote in a Windoze XP Pro OS for IE6.0. I have j2se1.4.1 intalled in...
  3. HedAche

    Java Editors

    Now for the inane and meaningless replies .... JEdit is the dogs bollox
  4. HedAche

    JAR Files

    Hi, I know it sounds obvious but ..... What about the path your app uses to look for the images? Were they in another folder or something before u packaged it into a jar?
  5. HedAche

    Analyze text

    Hi, Check out the StringTokenizer and, possibly more useful, StreamTokenizer classes in the api docs. These have all youll need and probably more...
  6. HedAche

    String [ ][ ] Outputstream Question

    Hey, If the array looks something like this: [] [] [] [] [] [] ... [] [] [] [] [] [] ... [] [] [] [] [] [] ... ... then all i did with a similar kind of problem was to iterate through each "row" of the 2-dimensional array and convert this row to a vector and then write each vector...

Part and Inventory Search

Back
Top