Dennis Knotz [http://community.jboss.org/people/sprigg] created the discussion

"how to get ClassPool in EclipseApplication"

To view the discussion, visit: http://community.jboss.org/message/627204#627204

--------------------------------------------------------------
Hi,
I have a problem with getting the ClassPool in my EclipseApplication.

Here's the Use Case: I have an EclipseApplication where I can "run" my 
Interpreter for diagrams. To evaluate the guards i wanted to change an 
evaluation method, so i can use the whole java spectrum of conditions without 
writing my own Parser.

Now my problem: testing in an small java project worked perfectly, but 
integrating the "evaluation-classes" into my application won't work. Debugging 
says that the ClassPool.getDefault(); throws an Exception (unfortunately a non 
catchable).

And the question: what am i doing wron? is there any other way to get the 
ClassPool? Or is there any other way to manipulate classes without that pool? 


Here is the Code of my Evaluator ok, it's not a beauty ;-):


try{
            ClassPool pool = ClassPool.getDefault();
            [...]
            
        }catch(Exception e)
        {e.printStackTrace();}
 
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/627204#627204]

Start a new discussion in Javassist at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2062]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to