Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

This Blog explains how to integrate the jarclassfinder
provided by IBM with NetWeaver Developer Studio.

Introduction

In the JAR Class Finder Oliver Stiefbold has already mentioned where to find the jarclassfinder. This Weblog explains the steps involved in integrating the jarclassfinder with NetWeaver Developer Studio. Jar Finder is a very useful tool when it comes to searching and finding jars during Custom Component development. Searching for java classes in the jars is a tedious job, it could be very difficult to find class file you are looking for without the jarclassfinder. Jar Finder helps us do it within minutes.

The installation steps are as follows

1. Download the Jar Finder plugin

http://www.alphaworks.ibm.com/aw.nsf/reqs/jarclassfinder

2. Extract the plugin into SAP-IDE plugin directory and

restart SAP-IDE.

!https://weblogs.sdn.sap.com/weblogs/images/251680775/JF001.jpg|height=368|alt=image|width=524|src=ht...!

Figure 1


3. Right click on Toolbar and select Customize Perspective.




Figure 2


4. Select Class Finder on the Customer Perspective

window.




Figure 3


5. Jar Finder is now displayed on the Toolbar.




Figure 4


6. Using Jar Finder is similar to the Search feature

provided in SAP-IDE.



Figure 6


7. Adding jars to Build Path

The Search Jars can be added to the Build Path of the
application with a Right click.



Figure 7


3 Comments