Marc Nuri - Blogging about business and technology (Page 10/12)

A thumbnail to represent the post Windows: How to kill a process from the command line
How to effectively kill a process from the command line in Windows, using cmd or powershell

Windows: How to kill a process from the command line

A thumbnail to represent the post Windows: How to list all environment variables
Guide to show you the possible ways to list all the environment variables in Windows.

Windows: How to list all environment variables

A thumbnail to represent the post How to install Apache Maven on Windows?
Guide to install Apache Maven on Microsoft Windows

How to install Apache Maven on Windows?

A thumbnail to represent the post How to check open TCP/IP ports in Windows
How to check if a TCP/IP port is open in Windows and avoid conflicts

How to check open TCP/IP ports in Windows

A thumbnail to represent the post Reading UTF-8 encoded documents in java
How to read UTF-8 encoded documents in Java ignoring the BOM (Byte-order mark)

Reading UTF-8 encoded documents in java

A thumbnail to represent the post Viewing and storing images from an IP Camera
How to capture images from an IP surveillance camera with Java. Basic source code to create a surveillance application.

Viewing and storing images from an IP Camera

A thumbnail to represent the post java.lang.OutOfMemoryError: PermGen space // More memory for Tomcat under windows
Blog post showing how to use Apache Tomcat Properties windows dialog to set the initial and maximum Java memory pools

java.lang.OutOfMemoryError: PermGen space // More memory for Tomcat under windows

A thumbnail to represent the post Updated: Displaying a jTable inside another jTable // JTable cellRenderer
How to display a JTable inside another JTable using a custom TableCellRenderer (Updated)

Updated: Displaying a jTable inside another jTable // JTable cellRenderer

A thumbnail to represent the post Getting started with JasperReports // Printing reports from your java app (Part III)
Introductory post to JasperReports showing how to integrate it with your Java applications.

Getting started with JasperReports // Printing reports from your java app (Part III)

A thumbnail to represent the post Getting started with JasperReports // JDBC connections (Part II)
Introductory post to JasperReports showing how to get started and how to access your database via JDBC.

Getting started with JasperReports // JDBC connections (Part II)

A thumbnail to represent the post Getting started with JasperReports // Reporting in Java (Part I)
Introductory post to JasperReports showing how to get started and how to install iReports.

Getting started with JasperReports // Reporting in Java (Part I)

A thumbnail to represent the post Replacing Apostrophes from Strings // Cleaning String to pass them as SQL statements
How to replace apostrophes in Java Strings (String#replaceAll regex)

Replacing Apostrophes from Strings // Cleaning String to pass them as SQL statements