Search
Search results
- Little more about Java I/O Performance
Working on performance in one of java projects I found that the slowest part is copy method from file utility ... memory is tight. So result code next: import java.io.*; public class CopyExample { // Thread buffer size private static ... add to bookmark. Great tips, add to bookmark. Thanks. (java, performance, tuning) ...
Page - koba - 2007-08-15 20:20 - 1 comment - 0 attachments
- Installing Apache Tomcat 5.5 on Debian 4 (Etch) Linux
... lines (if not present yet): # for sun-java packages in unstable deb http://ftp.debian.org/debian/ unstable ... apt-get install sun-java5-jdk Make sure that java is installed: koba@alpha:~$ java -version java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard ...
Story - koba - 2007-09-18 18:03 - 2 comments - 0 attachments
- Drupal configuration tests
... and different modules combinations. Since java development is my professional job I want to have java code syntax highlighting support. This can help me to write some notes or ... with code examples. Test 1. Code highlighting (java) package org.embedchat.desktop; import org.slf4j.Logger; import ...
Page - koba - 2007-08-19 16:57 - 2 comments - 0 attachments
- Java application menu in system tray
... I got the task to implement system tray menu for java desktop application. After some research I found several ways to finish my task: java 6 java desktop components integraion library (jdic) eclipse swt ...
Page - koba - 2007-08-13 21:16 - 0 comments - 0 attachments
- Java Application Process Name in Mac OS X
I have found that several of my Java applications have same process name on Mac OS X. JavaApplicationStub utility is usually used for launching java applications on mac os and as the result there are several processes named ... <string>1.0</string> <key>Java</key> <dict> <key>ClassPath</key> ...
Story - koba - 2007-08-22 21:01 - 0 comments - 1 attachment
- Resume
... Mr. Dmitry N. Kobyleha Objectives: JAVA Developer (4 years of experience) HTML/JavaScript Developer (4 years ... It" (CTO) October 2006 - August 2007 - "Dovetail Inc" (java developer, team leader) July 2003 - September 2006 - "Nixsolutions ...
Page - koba - 2008-02-24 18:40 - 0 comments - 0 attachments
- 13949712720901ForOSX
My vote for java 6 on Mac OS... 13949712720901ForOSX (java 6, mac os) ...
Page - koba - 2007-11-05 10:32 - 0 comments - 0 attachments
- New project with maven (small help note)
Once in a while I need to make small java applications maybe for testing some library, maybe as helper applications. ... small tip can help for someone in future. (eclipse, java, maven) ...
Story - koba - 2007-08-11 17:43 - 0 comments - 0 attachments