Simple but powerful tool for finding java class files on the filesystem, recursively looking into directories and archives. Useful for fixing "class not found" errors and setting the CLASSPATH properly.

Project Samples

Project Activity

See All Activity >

Categories

Object Oriented

License

Public Domain

Follow Java Class Finder

Java Class Finder Web Site

nel_h2
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
2
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • It works like a charm! One small problem is -- i cannot start it if working remotely (e.g. via SSH without X-forwarding). Wrapping "jGui = new JFindGUI();" inside a try-catch (or some smarted detection of headless jvm) and falling back to non-GUI version would probably help in such cases.
  • 1.2 worked great after I made two changes to JFind.java. The biggest problem (which kept it from working at all) was removing the toLowerCase() in line 201 (maybe that worked in Windows - but not on my Mac). The second problem was some hidden files are being treated as a directory, throwing an null pointer exception. was fixed by changing line 97 from: for (int i = 0; i < contents.length; i++) to: for (int i = 0; contents != null && i < contents.length; i++) If anyone needs a binary just email me scott at mcintoshes dot com
Read more reviews >

Additional Project Details

Intended Audience

Developers

User Interface

Command-line, Java Swing

Programming Language

Java

Related Categories

Java Object Oriented Software

Registered

2004-07-15