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 strongm 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: akibu
  • Order by date
  1. akibu

    Weird problems

    Thank you all so much for your help - What it turned out to be was the Kaffe virtual machine that was in my path before the JDK. It was when I did java -version to check it was 1.3.1 that I realised. Oh well, silly me. Thanks again.
  2. akibu

    Weird problems

    Thanks for the input, but rt.jar is allready in my CLASSPATH
  3. akibu

    Weird problems

    The actual code is unimportant as there is nothing wrong with it - it compiles fine on my windows box. The issue is really about jdk1.3.1 on a redhat7.1 setup. But you can have it anyway: //1.3 import java.util.*; public class ProblemSolved { public static void main(String[] args) {...
  4. akibu

    Weird problems

    I haven't been programming java for that long, but I am facing some very strange problems. I am following suns Java tut and several of the sources that they give to you as examples ( or even as solutions to problems) don't compile. Now I doubt that Sun would be so careless as to make a mistake...

Part and Inventory Search

Back
Top