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

  1. SamTerrell

    Multiple Java version conflicts

    You may want to look into Java WebStart. It has a tag to specify which VM version to use, and it will handle multiple VM's just fine.
  2. SamTerrell

    Static variables in Python?

    Well, all variables have a name space. If you just have a global function, it will take a global variable in order for it to keep it's value. If you put the function in a class, you can set a static class attribute. >>> class Line_Printer: first=True def __init__(self): self.first=True...

Part and Inventory Search

Back
Top