-
1. Can I include a class jar
jesper.pedersen Mar 1, 2011 10:21 AM (in response to jlopes151)1 of 1 people found this helpfulIf you are talking about JBoss Profiler 2 - then everything is done based on class name or package name.
-
2. Can I include a class jar
jlopes151 Mar 1, 2011 11:07 AM (in response to jesper.pedersen)Thanks I had hoped to profile a large nimber of classes/packages but to break them down to their . path would be too much.
-
3. Can I include a class jar
jesper.pedersen Mar 1, 2011 11:10 AM (in response to jlopes151)1 of 1 people found this helpfulAnd what is wrong with org.*,com.* ? That'll include all classes starting with org. or .com
-
4. Can I include a class jar
jlopes151 Mar 1, 2011 11:41 AM (in response to jesper.pedersen)Arggh can you tell I have a lot of holes in my (). Thanks
-
5. Can I include a class jar
jlopes151 Mar 1, 2011 3:53 PM (in response to jlopes151)Ok I'll have to complie the jar if JBoss says the jar doesn't have the MANIFEST and it does?
-
6. Can I include a class jar
jlopes151 Mar 2, 2011 1:23 PM (in response to jlopes151)This problem has been solved it has to do with how my project start scripts work. There are a number of components that get loaded from different folders. A batch file calls the run.bat and the profiler jar gets miss read. Change dir the jboss\bin and run from there problem solved the profiler jar gets loaded no errors.