Re: Using Inline::Java

2007-04-27 Thread Alejandro Santillan
Problem solved. Thanks google. Thanks Mike. - Original Message - From: Mike Crowl [EMAIL PROTECTED] To: Alejandro Santillan [EMAIL PROTECTED]; perl-win32-users@listserv.ActiveState.com Sent: Thursday, April 26, 2007 7:14 PM Subject: RE: Using Inline::Java http://forum.java.sun.com

Using Inline::Java

2007-04-26 Thread Alejandro Santillan
Hi all: I was trying to use the module Inline::Java unsuccessfully. The code was: #!/usr/bin/perl use Inline Java = 'END_OF_JAVA_CODE' ; class Pod_alu { public Pod_alu(){ } public int add(int i, int j){ return i + j ; } public

Re: Using Inline::Java

2007-04-26 Thread Todd Beverly
Alejandro Santillan wrote: Hi all: I was trying to use the module Inline::Java unsuccessfully. The code was: #!/usr/bin/perl use Inline Java = 'END_OF_JAVA_CODE' ; class Pod_alu { public Pod_alu(){ } public int add(int i, int j){ return

Re: Using Inline::Java

2007-04-26 Thread Alejandro Santillan
Santillan [EMAIL PROTECTED] Cc: perl-win32-users@listserv.ActiveState.com Sent: Thursday, April 26, 2007 5:59 PM Subject: Re: Using Inline::Java Alejandro Santillan wrote: Hi all: I was trying to use the module Inline::Java unsuccessfully. The code was: #!/usr/bin/perl use Inline Java

Re: Using Inline::Java

2007-04-26 Thread Todd Beverly
Hi. Alejandro Santillan wrote: The problem is that now I have the following error: == C:\Documents and Settings\asantillan\Desktop\perlinlinejava2.pl Can't open C:\Documents\config for output. No such file or directory at -e line 0

Re: Using Inline::Java

2007-04-26 Thread Alejandro Santillan
: Alejandro Santillan [EMAIL PROTECTED] To: Todd Beverly [EMAIL PROTECTED]; perl-win32-users@listserv.ActiveState.com Sent: Thursday, April 26, 2007 6:13 PM Subject: Re: Using Inline::Java Thank you Todd. With your tip, I've overcome the error. The problem is that now I have the following error

Re: Using Inline::Java

2007-04-26 Thread Alejandro Santillan
@listserv.ActiveState.com Sent: Thursday, April 26, 2007 6:42 PM Subject: Re: Using Inline::Java I don't know why, but I've create a C:\Documents directory to deal with the error: C:\Documents and Settings\asantillan\Desktop\perlinlinejava2.pl Can't open C:\Documents\config for output And inside the config file

RE: Using Inline::Java

2007-04-26 Thread Mike Crowl
Santillan Sent: Thursday, April 26, 2007 4:07 PM To: perl-win32-users@listserv.ActiveState.com Subject: Re: Using Inline::Java Well. Now having javac.exe installed and the C:\Documents\config file in place, the execution of the script: #!/usr/bin/perl use strict; use warnings; use