Posts Tagged ‘java’

Java Image Filter

This seems to be a quite good adress when starting out using image filters in java: http://www.informit.com/articles/article.aspx?p=1013851&seqNum=1 And chapter 12 of this little link should give a few insights about the procedures running under the hood: http://docs.rinet.ru/JaTricks/index.htm

MySQL: How te get last autoincrenment id.

There are three ways using java: http://dev.mysql.com/doc/refman/6.0/en/connector-j-usagenotes-basic.html#connector-j-examples-autoincrement-getgeneratedkeys This is the one I prefere, because the value is scoped by the Statment instance, hence only overwritten when I reuse the specific Statement: Statement stmt = null; ResultSet rs = null;   try {   // // Create a Statement instance that we can use for // Continue reading →

Install java on ubuntu / switch verisons

I am a linux noob. So what? Here is what I found searching the net how to switch java versions on Ubuntu: It is so easy to install Java on Ubuntu now. On Ubuntu 7.04 (Feisty Fawn), follow these steps: 1) Make sure you have the right repositories on your sources.list file. Edit your sources.list Continue reading →

Classpath entry will not be exported or published

Classpath entry will not be exported or published. Runtime ClassNotFoundExceptions may result. This is an error I get when I use Eclipse 3.3.2 with WTP 2.0.6. I added a few libraries to my BuildPath. I found somebody having the same issues: Hi, I have an Eclipse project that I have converted over to be a Continue reading →

Return top
 

Warning: array_filter() [function.array-filter]: The first argument should be an array in /var/www/web41/html/hp_fstyle/wordpress/wp-content/plugins/wordpress-tweaks/tweaks.php on line 650