Re: Applet Help

2007-04-19 Thread jub jub jedi
Tomcat 5.5.23, Java 1.6.0 dimitryous wrote: > > In order for us to help you do that please: http://localhost:/ > and tell us what you get out of this URL. The version of Tomcat is > located at the upper left corner of your screen. > > On WinXP, you get your java version in Config panel/jav

Re: Applet Help

2007-04-19 Thread jub jub jedi
sorry, I read the wrong number... Tomcat 5.5 Rashmi Rubdi-2 wrote: > > On 4/17/07, jub jub jedi <[EMAIL PROTECTED]> wrote: >> >> Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat version >> 2.0 >> (I think) >> > > Are you sure about the version of Tomcat, may be its 4.x, 5.x, 6

Re: Applet Help

2007-04-17 Thread dimitryous r.
In order for us to help you do that please: http://localhost:/ and tell us what you get out of this URL. The version of Tomcat is located at the upper left corner of your screen. On WinXP, you get your java version in Config panel/java then first tab and then about (the first button)... J

Re: Applet Help

2007-04-17 Thread Rashmi Rubdi
On 4/17/07, jub jub jedi <[EMAIL PROTECTED]> wrote: Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat version 2.0 (I think) Are you sure about the version of Tomcat, may be its 4.x, 5.x, 6.x ? Tomcat 2.0 with JDK 1.6.0 looks odd to me. -

Re: Applet Help

2007-04-17 Thread jub jub jedi
Ok... I have Windows XP Home Edition, Java version 1.6.0, Tomcat version 2.0 (I think) dimitryous wrote: > > Please tell us more about your configuration: OS, JVM xxx, Java > version etc... > Should help with that. > On 17 avr. 07, at 12:43, jub jub jedi wrote: > >> >> I tried that, it doesn'

Re: Applet Help

2007-04-17 Thread dimitryous r.
Please tell us more about your configuration: OS, JVM xxx, Java version etc... Should help with that. On 17 avr. 07, at 12:43, jub jub jedi wrote: I tried that, it doesn't work. Also, when I just pull up the HTML file from the hard drive, it works as expected. When I try to access that

Re: Applet Help

2007-04-17 Thread jub jub jedi
I tried that, it doesn't work. Also, when I just pull up the HTML file from the hard drive, it works as expected. When I try to access that same file over the web server, I have the original problem. Martin Gainty wrote: > > the applet wont be freshly downloaded as long as you have a ref in ca

Re: Applet Help

2007-04-16 Thread dimitryous r.
If you are going to make several test with your applet you better off to turn off caching of all xxx.class and/or xxx.jar files in your JVM preferences ( Java 1.x.x Plugin Settings preferences). Once all is OK, turn it back to on. No need to switch your server on/off/on etc... Your server is j

Re: Applet Help

2007-04-16 Thread Martin Gainty
the applet wont be freshly downloaded as long as you have a ref in cache place some clear browser cache meta tags in e.g. Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If

Re: Applet Help

2007-04-16 Thread Rashmi Rubdi
On 4/16/07, jub jub jedi <[EMAIL PROTECTED]> wrote: I have made a simple website on Tomcat. I have an applet on it, and when I Which version of Tomcat? loaded it for the very first time, it turned out like I expected it to. I have made a modification that should be VERY obvious, but when I