htmlmail.class not found,

2000-06-15 Thread Marcos Lloret
hi list, since few hours when i have tried to compile a servlet (who has to send mail..) it says htmlmail.class. before that i had compiled some servlets and i received their emials correctly. the htmlmail.class is in my /servlets directory. i have compiled htmlmail.java and no problem. does

shopping-cart

2000-06-21 Thread Marcos Lloret
hi, i would like to know how can i make a shopping cart in java? there is any free-class or something to do that.? can i do it with servlets .. applets?? thanks in advance, marcos [EMAIL PROTECTED] -- To UNSUBSCRIBE, e

game board??

2000-06-23 Thread Marcos Lloret
hi, i fill applet background with a game board image. the board is separated in 8 blocks with 50 numbers each one. (it is like a lotto ticket) i want to control mouse event on the board, but first i will have to give some coodenates in order to identify the numbers. how can i do it the

development applets

2000-06-29 Thread Marcos Lloret
hi, i work on an old sun sparc server10 with 96 Mb RAM, SunOS 5.5.1. i want to find a development kit to make applets and servlets in java. i have heard about Borland JBuilder and IBM VisualAge for Java. i have read their hardware and soft prerequisits and ... i do not have it. is there any

servlets sharing i/o file

2000-07-06 Thread Marcos Lloret
hi, i have running a sevlets that reads from a file a number and it adds one more. after changes it saves. i want to use the same file from another servlet. any problem?? if both servlets try to open and save at the same time. file = 4455 servlet 1

layout- grid-

2000-07-06 Thread Marcos Lloret
. i do not know how to handle GridBagLayout, some suggestions will be pleased. thanks in advance, marcos lloret [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

sharing file.

2000-07-07 Thread Marcos Lloret
hi, i want to access a file from two servlets. can i do it in this way?? or should i add a class including a syncronized method like increferencia?? thanks in advance, marcos [EMAIL PROTECTED] --- first servlet --- public class transaccion1 extends HttpServlet { void increferenci

applets, servlets (communication)

2000-07-07 Thread Marcos Lloret
hi, i want to pass some parameters (strings, matrix, ...) into a servlet. how can i do it? Is the same way to send parameters between applets? thanks in advance, marcos [EMAIL PROTECTED] -- To UNSUBSCRIBE, email t