RE: Getting Security exception when using Java in Perl

2003-12-16 Thread Williams, Ken
Hi Faisal, That message is basically just a generic error and doesn't tell us much. It happens because your script has an error before sending a valid HTTP header. Try putting use CGI::Carp qw(fatalsToBrowser); near the top of your code, which is an easy way to make sure you're seeing the

Getting Security exception when using Java in Perl

2003-12-16 Thread Faizal, Abdul Razack (Cognizant)
Title: Getting Security exception when using Java in Perl Hi – We have written a java code which connects to an Oracle database to query it to get the results. We implemented this code in Perl using Inline 0.44 version. When we invoke it with Perl in command prompt it is fine we got t