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 Rhinorhino 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 Flimbo

  1. Flimbo

    Call java class from Javascript

    K Dan thanks! I will try there. Kim
  2. Flimbo

    Call java class from Javascript

    No I can't do that..because I will be needing to access alot of the Java classes I've already wrote so I wanted to figure the whole Javascript to Java communication thing out now if I can...any other suggestions? There has to be some way to do it? kim
  3. Flimbo

    Call java class from Javascript

    Yeap..all I found was stuff on JSObject or LiveConnect or using Applets and I don't think thats what I need, may be the LiveConnect part? I want to directly access and use my Java classes from my JavaScript code. I want to go from JavaScript to Java not Java to JavaScript. Do you have any ideas...
  4. Flimbo

    Call java class from Javascript

    well how do you access them? Kim
  5. Flimbo

    Call java class from Javascript

    yeah i'm crap at explaining things.. this is what I've done. My Java class is Stemmer and I need to use the stemWord method. Thought I should try and create a constructor? What you think? <html> <head><title>JavaScript to Java Stemmer Example</title> <script language="JavaScript1.2"> function...
  6. Flimbo

    Call java class from Javascript

    Hi I'm trying to call a Java class from within my JavaScript and its not seeing the class. I have the class file in the same directory..so why can't it see it? What am I doing wrong?

Part and Inventory Search

Back
Top