This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Blatant Advertising and the fly likes Find your application Missing Jars, Playing with apache BCEL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Other » Blatant Advertising
Reply Bookmark "Find your application Missing Jars, Playing with apache BCEL" Watch "Find your application Missing Jars, Playing with apache BCEL" New topic
Author

Find your application Missing Jars, Playing with apache BCEL

Mahmoud Rabee
Greenhorn

Joined: Mar 16, 2009
Posts: 2
As saied by apache, The Byte Code Engineering Library (Apache Commons BCEL™) is intended to give users a convenient way to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. In this article, we will explain a way to check if your application is missing any Jars that may happen when moving your application from testing/development environments to production ones

Read the whole article on:

Find your application Missing Jars, Playing with apache BCEL
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Find your application Missing Jars, Playing with apache BCEL
 
Similar Threads
Generating .class file for JVM
renaming object and creating object in run time
Bytecode enhancement controversy
How to create a class definition at runtime?
Can I create a Class object without VM/Native?