Running Eclipse using 32 bit JVM instead of 64 on Apple Mac
I decided to go for Eclipse WTP development, and Jordan asked me to read this tutorial to get a grasp of how to work on. I’m going to make notes regarding the tutorial and problems that I faced....
View ArticleResponse to “Learning to be at the festival”
I saw the lecture video : Getting started in Open Source projects, or “Learning to be at the festival”: David Humphrey. The video was very interesting. I like the way David described diving into an...
View ArticleJDBC – using mysql driver on Mac
Today I learned how to interact with JDBC. Tasks were : Create a table called “Students” onto mysql database in my zenit account Insert Students data into the table At first time, I had a problem with...
View ArticleLearning the structure of Servlet
Today I learned Servlet in EJB605 class, and felt like learning it in more detail so I’ve read through some chapters of Java book. Here are my understandings: In the javax.servlet package, there is an...
View ArticleJDBC – using MySQL to make a connection between my local host and remote...
I created a “Student table” last time, and today I learned how to make a connection on Eclipse so I tried doing it. I was given a code for SELECT statement using ORACLE driver. My task was to make some...
View ArticleEclipse WTP – Bug#173912
Today Jordan told me to reproduce some bugs in here. There are lots of bugs that need to be fixed, and I started browsing them. However, each bug has a different difficulty level, which is unknown to...
View ArticlePalindrome example using recursion in C
Today I tried resolving a problem with the palindrome example. Here’s my code: #include<stdio.h> #include<string.h> int do_palindrome(char *str, int offset){ int ok = 1; int length =...
View ArticleRelease 0.0 – Bug#173912
For the release 0.0 for OSD600, I’d like to work on the bug #173912 – Debugger shows source from wrong web app The bug seems a bit too difficult for me now, but I think it’s worth a try. See you!...
View ArticleRelease 0.1
Currently I’ve been working on the bug 173912, and with help of the comment at the bottom of the bug post, I tried locating the package which seemed related to the bug....
View ArticleEclipse WTP – progress
At the beginning of this week, I asked Darin Wright a question about how to locate the package that contains source lookup, and he replied to my email and posted a comment on the bug page. I’m not...
View Article