Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: inline::java problem

by cliffrubinmusic (Novice)
on Jul 16, 2012 at 19:20 UTC ( [id://982064]=note: print w/replies, xml ) Need Help??


in reply to Re: inline::java problem
in thread inline::java problem

I opened up the permissions on the folders completely, just for testing purposes, so, it couldn't be permissions. Unless I'm not thinking about this correctly?

Replies are listed 'Best First'.
Re^3: inline::java problem
by cliffrubinmusic (Novice) on Jul 16, 2012 at 19:34 UTC
    Here's the error I get when running the script from the command line:

    main::java::lang:: NoClassDefFoundErr or=HASH(0x2242180)

    not sure what it means. I don't get this error when I run the java from the command line. any suggestions?

      This is an exception that's been thrown. Catch the exception (read up on eval and $@), and figure out which class has not been found. The exception object should have a getMessage method.

      perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
        That did it!! Thank you so much for all your help

      I don't get this error when I run the java from the command line. any suggestions?

      The environment, obviously :) (classpath) Re: Environment Variables?????

        I've put every file I am using in the classpath and am still getting that error. Is there any way to know which file it can't find??
        I've put every file I know of in the classpath, checked the permissions on the all the folders I know of, and am still getting that same error..which I don't get when I run the java outside the perl. anyway to find out which file the error is referring to?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://982064]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (8)
As of 2024-04-23 16:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found