Free java software

Recommended downloads

RSS Channel Writer 2.1.3 32x32 pixels icon RSS Channel Writer 2.1.3
MP3Producer 2.61 32x32 pixels icon MP3Producer 2.61
Cool Timer 5.2.3.3 32x32 pixels icon Cool Timer 5.2.3.3
RSS Channel Writer is a powerful RSS feed generator, editor and submitter. With this program you can easily create general RSS feed, iTunes RSS feed and RSS for Google products for your web site in seconds.
MP3Producer is a powerful full-featured CD ripper and MP3,WMA,OGG encoder. ID3v1,2 tag; FreeDB(CDDB) support; Extract CD Segment function; multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings.
Handy timer solution with many cool features. Can be used like an oven timer in countdown mode, an alarm clock, or a stopwatch. Unique visualization feature shows time passage graphically. Set multiple alarms with many options. Great for teachers.
Download here
Buy full version
Download here
Buy full version
Download here

Free java software

Sort by:
Results: 91-120 of 248
DocFetcher 1.1.25 32x32 pixels icon DocFetcher 1.1.25
DocFetcher is an easy-to-handle and lightweight search application for desktop. With DocFetcher, you can find any document on your computer within seconds. Developers name it a ‘Google for your files.’ After testing it, we can say the application
Freeware, Updated 26 February 2025, Reviewed 18 November 2013
Editor's rating

User rating
Downloads
1,418
Last week
1

34.92 MB
FilenameFilters 2.7 32x32 pixels icon FilenameFilters 2.7
FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
Freeware, Updated 15 May 2017
User rating
Downloads
1,379
Last week
2

149.23 KB
File Splitter 1.4 32x32 pixels icon File Splitter 1.4
Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work.
Freeware, Updated 16 March 2017
User rating
Downloads
1,377
Last week
1

0.61 MB
RadixSort 1.6 32x32 pixels icon RadixSort 1.6
RadixSort is a fast internal sort written in Java that mimics a card sorter.
Freeware, Updated 11 January 2017
User rating
Downloads
1,376
Last week
2

101.73 KB
Hunk I/O 1.9 32x32 pixels icon Hunk I/O 1.9
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus.
Freeware, Updated 11 November 2016
User rating
Downloads
1,371
Last week
1

99.10 KB
X-MAC 1500 MAC style application icons 1.0 32x32 pixels icon X-MAC 1500 MAC style application icons 1.0
The X-Mac icon collection provides you with a realistic style which has all the main characteristics of Mac © icons.
Freeware, Updated 19 July 2019
User rating
Downloads
1,332
Last week
1

16.25 MB
ColorSaver 1.3 32x32 pixels icon ColorSaver 1.3
ColorSaver shares Color objects instead of creating new ones to cut down on the RAM and time needed to create Color objects. Profiling often shows the creation of too many Color objects is the cause of poor performance.
Freeware, Updated 12 November 2016
User rating
Downloads
1,324
Last week
1

102.11 KB
Sync 2.1 32x32 pixels icon Sync 2.1
Sync is a simple command-line utility for performing one-way directory or file synchronization. It synchronizes the specified target to match the specified source. Only the target is modified. Free software written in Java.
Freeware, Updated 26 January 2025
User rating
Downloads
1,313
Last week
1

74.56 KB
Comparators 1.4 32x32 pixels icon Comparators 1.4
Java classes to include in your programs. Includes: HTMLArrayComparator. java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags.
Freeware, Updated 15 May 2017
User rating
Downloads
1,313
Last week
1

0.83 MB
MimeCheck 4.5 32x32 pixels icon MimeCheck 4.5
Check that a server is sending the correct mime type for any given URL.Helps you check that a server, possible not even yours, is properly configured. See mindprod.com/jgloss/ mime.html to learn what MIME types are.
Freeware, Updated 15 May 2017
User rating
Downloads
1,310
Last week
1

0.60 MB
Accumulate 1.3 32x32 pixels icon Accumulate 1.3
Used to accumulate values by category. It might be useful for example in a billing program to accumulate hours by various categories. It could be used to count how many times various words occurred in a document.
Freeware, Updated 15 May 2017
User rating
Downloads
1,305
Last week
1

92.89 KB
FontSaver 1.4 32x32 pixels icon FontSaver 1.4
FontSaver shares Font objects instead of creating new ones to cut down on the RAM and time needed to create Font and Font peer objects. Profiling often shows the creation of too many Font objects is the cause of poor performance.
Freeware, Updated 11 November 2016
User rating
Downloads
1,296
Last week
1

103.18 KB
Jalmus 2.3 32x32 pixels icon Jalmus 2.3
Jalmus is a free, open source music education software helping the musicians, specially pianists, to improve their sight-reading with exercises on notes or rhythms.
Freeware, Updated 27 June 2023
User rating
Downloads
1,264
Last week
1

3.61 MB
Fiendish Sudoku Puzzles 1.0 32x32 pixels icon Fiendish Sudoku Puzzles 1.0
Twenty fiendish sudoku puzzles in a PDF file to print and solve. Sudoku is the number game where you shall fill in the empty fields with the numbers from 1 through 9.
Freeware, Updated 16 September 2022
User rating
Downloads
1,207
Last week
3

56.49 KB
FileTimes 2.0 32x32 pixels icon FileTimes 2.0
Read and set Windows file/dir times from Java: Create/LastModified/ LastAccessed. Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written.
Freeware, Updated 14 May 2017
User rating
Downloads
1,199
Last week
1

260.72 KB
Insult Generator 1.9 32x32 pixels icon Insult Generator 1.9
Generates insults typical of those posted by Republicans in the alt.politics.bush newsgroup. Java Applet that can also be run as an application. You can run it without installing it at mindprod.com/applet/ insult.html
Freeware, Updated 11 January 2017
User rating
Downloads
1,170
Last week
1

136.18 KB
LinkedList 1.6 32x32 pixels icon LinkedList 1.6
LinkedList is replacement for Java Vector class. Classical doubly linked list. Faster that Vector for insert/delete, but slower for indexed access. The interface is modeled on java.util.Vector.
Freeware, Updated 11 November 2016
User rating
Downloads
1,141
Last week
2

95.13 KB
Sophistique - Stock Icons and web icons for your applications 1.0 32x32 pixels icon Sophistique - Stock Icons and web icons for your applications 1.0
Sophistique combines the features of vector images and a smooth drawing style that retains the realistic appeal of Windows Vista design. It has a beautiful style between realistic and smooth figurative appearance.
Freeware, Updated 19 July 2019
User rating
Downloads
1,118
Last week
1

6.36 MB
manikin 2.3.1 32x32 pixels icon manikin 2.3.1
A very simple java simulation of the human body to simulate a 3D drawing manikin,with plenty of freedom of movements of the limbs and rotation of the body to implements a 360 degrees view.Source code available.No openGL.
Freeware, Updated 8 March 2025
User rating
Downloads
1,113
Last week
1

0.70 MB
BaseX 11.9 32x32 pixels icon BaseX 11.9
BaseX is a light-weight and high-performance XML database system and XPath/XQuery processor, including support for the latest W3C Full Text and Update Recommendations. It supports very large XML instances and offers a highly interactive frontend.
Freeware, Updated 4 May 2025
User rating
Downloads
1,100
Last week
1

11.48 MB
Common15 1.7 32x32 pixels icon Common15 1.7
common utility classes that work under Swing Java 1.5+.It contains a more efficient version of the StringTools and Localise than come with common11 package. It also includes StringSearch to search forward and backwards for multiple targets..
Freeware, Updated 19 March 2014
User rating
Downloads
1,053
Last week
1

0.53 MB
Trapster (Java) 4.0.0 32x32 pixels icon Trapster (Java) 4.0.0
Trapster is a free service that allows users to share the location of police speed traps using their mobile phones. The system uses the phone's GPS capabilities and the Internet to instantly alert other users as they approach the reported trap.
Freeware, Updated 19 July 2011
User rating
Downloads
1,029
Last week
1

1.56 MB
Earth Location for Android / Java Mobile 97 32x32 pixels icon Earth Location for Android / Java Mobile 97
Realtime Mobile phone tracking system via GPS CellID. Find a mobile - Worried where your children are? Anxious if they stay out late? Free Registration to get peace of mind by discreetly tracking their mobile phone with Earth Location Mobile android
Freeware, Updated 28 May 2025
User rating
Downloads
989
Last week
6

2.02 MB
Common11 2.8 32x32 pixels icon Common11 2.8
common utility classes that work under Java 1.1+ including:**BigDate: simplified date handling when you want dates without times..** ImageInfo: information about a GIF, png, jpg. **ImageViewer: component to display an image
Freeware, Updated 19 March 2014
User rating
Downloads
979
Last week
1

222.47 KB
CommandLine 2.6 32x32 pixels icon CommandLine 2.6
CommandLine parses the command line for a description of a set of files and converts it into a list of individual files to process. CommandLine does nothing by itself. It is library code you can incorporate into your own Java programs.
Freeware, Updated 14 May 2017
User rating
Downloads
961
Last week
2

0.74 MB
SurrogatePair 1.1 32x32 pixels icon SurrogatePair 1.1
Converts 32-bit Unicode codePoints to 16-bit surrogate pairs for Java String literals Lets you enter String literals containing unsupported C-style \Uxxxxxxxx escape sequences and it converts them to Java-supported surrogate pair escape sequences.
Freeware, Updated 14 May 2017
User rating
Downloads
932
Last week
3

0.67 MB
Common13 1.3 32x32 pixels icon Common13 1.3
common utility classes that work under Swing Java 1.3+ that includes: CMPAboutJBox: a proper about box for Swing apps/JApplets that provides useful information and HybridJ : converts Swing Applet into an Application.
Freeware, Updated 19 March 2014
User rating
Downloads
910
Last week
2

328.96 KB
Web Icons - professional icons for web 1.0 32x32 pixels icon Web Icons - professional icons for web 1.0
Original and professional web icons for your websites and software projects. Each web icon is available in four different sizes and six different extensions. It includes web buttons, toolbars icons, shopping cart icons, multimedia icons, user icons
Freeware, Updated 19 July 2019
User rating
Downloads
900
Last week
3

2.80 MB
ProStockMaster for Mac Os X 2.0.5 32x32 pixels icon ProStockMaster for Mac Os X 2.0.5
Sell stock photos through top microstock sites iStockPhoto,ShutterS tock,DreamsTime,123rf,BigStockPhoto,CanS with our state-of-the-art software
Freeware, Updated 20 October 2015
User rating
Downloads
897
Last week
1

0.29 KB
MS Certification - Practice Exam 70-547 1.1_Online 32x32 pixels icon MS Certification - Practice Exam 70-547 1.1_Online
Free practice exam for Microsoft certifications exam 70-548 (70 547). Our Exams target the following Microsoft certifications - MCAD, MCSD, MCPD and MCTS..
Freeware, Updated 23 March 2014
User rating
Downloads
873
Last week
1

13.79 KB
Results: 91-120 of 248