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 shyamkumar

  1. shyamkumar

    PHYSICAL MEMORY

    Hey You need to write a your native code to get the System Memory. I can get u the virtual memory Runtime.freeMemory(); Runtime.totalMemory(); Shyam Shyam
  2. shyamkumar

    Free WebSites with servlet support?

    Hey GT You can run your application in java.isavvix.com also it is also free and really goood it support for j2ee Shyam Shyam
  3. shyamkumar

    how many numbers in an int?

    Hi Birney This could be one Method of doing it. 1. First Validate the Number. If validation is success, then convert it to string and find the length. If the length of the string is more than 2 then u can say invalid. Shyam Shyam
  4. shyamkumar

    Update Query?

    Hey use this first before opening up the connection i.e before get connection. Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Then try Shyam Shyam
  5. shyamkumar

    .java to .exe?

    Conversion is need the reason is. If their are not interested in installation jre in the machine. Or only to use this application. Without Installation any type of Codes. How can u run Java. Shyam Shyam
  6. shyamkumar

    .java to .exe?

    Tools are available U need to buy it I can give an sample one java2exe is a tool converts java to exe. But it has even some restriction Shyam Shyam
  7. shyamkumar

    viewing current classpath

    Yeah for Linux it is same what twist told and for windows echo %CLASSPATH% Shyam Shyam
  8. shyamkumar

    this help (urgent!!!)

    Hi Please encode the string using urlencoder and then try to access it in other jsp pages Shyam Shyam
  9. shyamkumar

    problem with jar file

    Hurrah I got the Probs. When you use Javaw ClassName MyJarName. In the ClassName class u don't have any main method to be invoked. That is the error it is raising when you try to run a class from the jar. Please check up whether that class has main method or not. Please check for it and run...
  10. shyamkumar

    Java applet socket problem

    Please Look into iplanet website for signing the jar. ww.iplanet.com and search for it. I downloaded the tool from this site and worked out. You will get signtool based on your OS. Shyam Shyam
  11. shyamkumar

    Problem with nullpointer

    Hey try using this Graphics graphics = g.create(); And use it I hope ur probs will be solved. Shyam Shyam
  12. shyamkumar

    Java applet socket problem

    Hi Please sign your applet and run your application. Then it is possible. Are u opening the connection with the same server or to other server where the applet is downloaded. Then u need to sign it. I mean Applet can open connection only to the server where it is downloaded from, otherwise u...
  13. shyamkumar

    problem with jar file

    How do u open up the Jar. What is the default viewer for Jar. Shyam Shyam
  14. shyamkumar

    java/stored procedure

    What do u mean by Java Object Please explain. Shyam
  15. shyamkumar

    Again Obejet Oriented Programing Problem

    Hey did u use upvar to overwrite your variable value Shyam Shyam

Part and Inventory Search

Back
Top