I'm experiencing a weird issue on which I would appreciate any input.
I have some httpunit code that runs fine from Eclipse (running jre1.5.0_11), but is getting a com.meterware.httpunit.NoSuchFrameException when running from another java app (running jre1.5.0 -- not sure which release).
Does anyone have any idea why this is happening?
Thanks!
Karim Varela
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, looks like I'll post my own solution again. It all came down to different version of the javascript library (js.jar). I'm not sure which version I was running in the environment that didn't work, but once I replaced it with 1.6r5 it was all gravy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
I'm experiencing a weird issue on which I would appreciate any input.
I have some httpunit code that runs fine from Eclipse (running jre1.5.0_11), but is getting a com.meterware.httpunit.NoSuchFrameException when running from another java app (running jre1.5.0 -- not sure which release).
Does anyone have any idea why this is happening?
Thanks!
Karim Varela
Upon further inspection, I get this error running from the command-line also.
Well, looks like I'll post my own solution again. It all came down to different version of the javascript library (js.jar). I'm not sure which version I was running in the environment that didn't work, but once I replaced it with 1.6r5 it was all gravy.