/Code_Snippets_Accumulator

An app for storing, searching, and retrieving code snippets.

Primary LanguageJavaApache License 2.0Apache-2.0

Code Snippets Accumulator

Logo

An app for storing, searching, and retrieving code snippets.


Note:

  • Download the *.deb file to run on Linux. As I am not experienced in packaging java applications for native systems, the *.deb file has not been tested, and may be subject to errors.

  • Download the *.jar file to run on any operating System (Windows, Linux, MacOS, etc.) having one of the JREs (e.g. OpenJDK) installed. The *.jar file is guaranteed to work using a Java Runtime Environment (JRE); also referred to as Java Virtual Machine (JVM).

  • To compile and build native executables, make sure to download the relevant OpenJFX Version 17.0.1 SDK/JMod files.

  • If you're compiling for packaging, that is, using the jpackage command, following the javac and jar commands, then make the following changes to the Model.java file:

    • Un-comment the code at line number 302 : private static String APP_DIR_PATH = System.getProperty("filepath");

    • Comment out the code at line number 304 : private static String APP_DIR_PATH = "CodeSnippetsAccumulator";

    • If you're compiling normally (for JRE), using javac and java, then reverse the above changes.


Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5