Lily Boland

Greenhorn
+ Follow
since May 11, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lily Boland

Hi All,

Does anyone know if PointBase has a free version? I am currently taking one of Sun's training courses, and it requires PointBase as database. In the course exercise setup, it assumes the PointBase is installed under the Sun's application server, but it do not! I am confused. Any information is helpful!

Thanks,
Lily
I just tried to start the editor by double click the icon on the desk top created by the installation.

The java version I have on my machine is j2sdk1.4.2.
Hello,

Has anyone ever used jEdit? I downloaded/installed it but when started it, I've received the following error message -

Java Virtual Machine Launcher: Could not find the main class. Program will exit.

Any information is appreciated!

Thanks,
Lily
Thank you all for the helpful info!
17 years ago
Thank you all for your suggestions! I will try
Hello Everyone,

I am preparing for SCWCD but very discouraged due to lack of hands-on experiences. The book, HFSJ, doesn't offer much. Can anyone suggest any suitable project ideas that I can use to practice so that I can remember the required materials?

Thanks!
Lily
Hello,

Does any one know a good way to parse in a UTF-8 xml file, store it in ASCII in DB, and export it back to UTF-8 format?

Thanks,
Lily
17 years ago
Jesus Christ! Should we ask for money back

Thanks!
Does anyone know where to find this list?

Many Thanks!
Never mind. It works now. Thanks.
Hello everyone,

I just start reading this book and I am having trouble compiling the servlet on P84. The Tomcat50 is setup on my machine and the previous examples are working properly. But for this one, with the 'import com.example.model.*;' line added, I've got a compiler error -

========================================
src\com\example\web\BeerSelect.java:3: package com.example.model does not exist
import com.example.model.*;
^
src\com\example\web\BeerSelect.java:20: cannot resolve symbol
symbol : class BeerExpert
location: class com.example.web.BeerSelect
BeerExpert be = new BeerExpert();
^
src\com\example\web\BeerSelect.java:20: cannot resolve symbol
symbol : class BeerExpert
location: class com.example.web.BeerSelect
BeerExpert be = new BeerExpert();
^
3 errors
===============================================

I do have this path set as requested by examples in previous pages.

Can anyone help?

Thank you!!

-Lily