Accessing enums in Inline::Java

2011-08-18 Thread Ken.Williams
I've got a class like so: package com.my.company; public class TokenFSM { public static enum TokenType { ALPHAID, APOS } } I'd like to access various enum constants from Perl code, something like the following (which doesn't work): -

Re: Inline::Java::PerlInterpreter cant install!

2011-08-18 Thread James Fraser
Thanks for the reply Patrick. It seems to happen at work (cygwin) and at home (archlinux). gcc (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULA