File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes third party library Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "third party library" Watch "third party library" New topic
Author

third party library

viaks naik
Greenhorn

Joined: Jun 25, 2007
Posts: 6
Are third party library available along with source code noramlly,if not can we extend them from class files directly?
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12953
    
    3

There are lots of open source third party libraries for Java. Have a look at the Apache Jakarta Commons libraries for example. There is also a lot of open source Java software available on SourceForge and on Java-Source.net.

To be able to extend a class, you don't need its source code.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: third party library
 
Similar Threads
Use of third party library to handle security threats
Eclipse has build-in or plug-in module to call windows system ?
Setting timeout for JAVA program connecting to web service.
What is pico thread ?
Problem importing default package classes in JSP