Manage Your Code Snippets in Ubuntu with jCodeCollector
jCodeCollector is a simple application that allows you to save and manage the code snippets. It is cross platform and available for Linux , Windows and Mac.

This application is helpful for the developers to simply save and organize the regularly used large number of codes, scripts and SQL statements in the form of snippets in different categories. Later they can easily use those regularly used codes from those snippets during programming without the need of typing them again and again.
In order to install , jCodeCollector in Ubuntu , you can download its .zip file for Linux from the download link given at the end of the post. Then , extract the folder in Home folder. Then, you can run follow following steps to launch the jCodeCollector.
- Run a terminal session
- Change the directory into the jCodeCollector directory
- Type in ./launch_jcc.sh (or “java -jar jcodecollector.jar -Dawt.useSystemAAFontSettings=o”)
The default database for the jCodeCollector is created as ~/.jCodeCollector and jCodeCollector window is launched. The information about your jCodeCollector’s database is displayed in the terminal while launching the jCodeCollector.
Now, you can save and mange your code snippets using jCodeCollector.


Follow us here