Sun, 2009-05-17 13:14

Crash in MySQL Workbench.

Submitted by chatsiri on Sun, 2009-05-17 13:14.

Posted in | | | chatsiri's blog | 4 comments | quote | 1062 reads »

After use MySQL Workbench in Fedora[link],One problem after run Workbench interface.It's cannot connection to MySQL Server(version 5.0).Not only cannot connection but crash in OpenGL and X-Server mode.I try to link mysql library from /usr/lib to /usr/lib64/.It's not good result test because still connect to MySQL Server is crash by closed windows.

From chatsiri.com

I test by build from source package(./configure, make, make install, other install dependency).It's crash after try connect to MySQL Server.After uninstall MySQL Workbench.I use RPM tools for install MySQL Workbench.Sure!,It's same before result.T_T

Mon, 2009-05-11 15:28

3 Day in Kho Tao.

Submitted by chatsiri on Mon, 2009-05-11 15:28.

Posted in | | | chatsiri's blog | add new comment | quote | 825 reads »

Kho Tao


The story

Tue, 2009-04-14 04:30

Maven experience in Eclipse.

Submitted by chatsiri on Tue, 2009-04-14 04:30.

Posted in | | | chatsiri's blog | add new comment | quote | 752 reads »

Last project,Apache tomcat for run Struts.Apache show log for debug application.Main problem which's using Apache tomcat has been happened in directive configure.Apache tomcat run standalone application.If we are talking about timesaving for manage dependency library.I just think maven can help me timesaving more than set library in properties project.Sure!, If you not internet connection,it's unable to download dependency library in repository.Maven can download local repository by command line.

mvn install:install_file -DgroupID = < you group id >
-DartifactId = < artifactId >
-Dversion = < version. >
-Dpackaging =jar
-Dfile =< you path jar file >

After create project for implement application.Project Object Model ( POM ) provide pom.xml for configure project's structure.Maven provide command line easy for create your project.But easy way more than command line "mvn"(I using command line and maven plugins).M2eclilpse can help you.You can type repository you need in text box at dependency tab.It's found dependency for you.I not saw tab for run jetty.I avoid use M2eclipse for run jetty,but using command line by

mvn jetty:run

After run command line.It's download jetty( If It has not in local repository )plugins.One problem from command line "mvn".If i specify incorrect version package,It's cannot in download dependency.Other problem issue of install M2Eclipse.I saw same problem in stackoverflow

Cannot find a solution satisfying the following requirements Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.swt

It's problem because cannot found equinox.p2.iu jar file.Last time,I try to install IU package for Software update in eclipse,but cannot hope to help me.I found solutions for proof error problem because of I forget disable optional require for M2Eclipse.If you want optional require.You should install AJDT and Subeclipse
(Between 2 update site,I'm not sure).After install AJDT and Subeclipse.I can install M2eclipse in Eclipse IDE : )