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 IamaSherpa 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. Dins19

    Executing a class from an applet

    I have a simple applet with a button. When the button is clicked i want it to excute a class ( which has a main() function in it ). Could anyone please tell me how to do this or give me an example of the code. Thanks a lot.
  2. Dins19

    Running a Java application from a web page?

    The application is actually on my PC. Any ideas please let me know. Thanks
  3. Dins19

    Running a Java application from a web page?

    Hi Could anyone please tell me how do i launch a java application (which is not an applet) by clicking a button on a web page? Does the application have to be converted to .exe? And if so how do i do it? I tried Jet but it doesnt seem to work on my computer. Thanking u in advance for ur...
  4. Dins19

    Arrays

    Thanx Leon Really appreciate ur help.
  5. Dins19

    Arrays

    Hi all I would really appreciate anyone who could help me. I am trying to convert the following string "A:B - C:D --> L" into a substring "(A==B) && (C==D)". However the output I am getting from the program below is "A== &&C==". How could i change it?? class...
  6. Dins19

    String replace

    Hi i am only just beginning in Java. Suppose i want to replace '-->' with 'then', ':' with '==' and '-' with '&&' in the line below, how should i go about it?? A:B - C:D - E:F --> L If anyone could please help.

Part and Inventory Search

Back
Top