Amish Shah has invited you to join hi5. By joining hi5, you will be connected to Amish and all of Amish's friends. hi5 is the place where friends meet. You can...
2996
Amish Shah
abs2310
Feb 3, 2005 1:37 am
Hi I'm updating my address book. Please click on the link below and enter your contact info for me: http://ringo.com/i?uid=U8fJGurS6QTaTjBs& I'm using a new,...
2997
Amish
abs2310
Feb 5, 2005 6:46 pm
Hi, Thanks for helping update my address book on Ringo. Now, every time either of us changes or adds something on Ringo, the other will stay updated. You can...
2998
Cord Schneider
cordschneider
Feb 7, 2005 8:15 am
... Hash: SHA1 greetings all! if anyone knows how to get hold of Gerald, please can you email me privately with the details (cord at memescape dot co dot uk)....
2999
Gerald Nunn
gnunn2
Feb 8, 2005 12:15 am
Cord, My e-mail should be working fine, try sending again. Gerald...
3000
Andre Matheus
am2web
Feb 9, 2005 8:52 am
He is alive!!! ... -- __ André Matheus...
3001
Cord Schneider
cordschneider
Feb 9, 2005 12:21 pm
... Hash: SHA1 ... indeed he is - as he's always been - but he's studying for his PMP certification at the moment. i'm sure he'll return to us as soon as he is...
3002
orfel_mccloud
Feb 15, 2005 12:26 am
There is a new version of gel, cause when I downloaded it was write "older version", so where the new version of GEL?...
3003
Omobono
omobono2002
Feb 15, 2005 12:26 am
Hi, how to ignore CVS directories from the tree files include in a Gel project? Thanks Omobono...
3004
arnab ghosh
tutanghosh2003
Feb 15, 2005 12:26 am
hello frnds, plzz can anyone tell me how i can have the following facility using gel: 1>while using gel,the keywords,braces etc. are not shown in different...
3005
Samir Kumar Mishra
samirkumarmi...
Feb 15, 2005 1:58 am
Arnab, 1. Goto Tools Options and do the following 2. For code completion you need to do the following. Goto Tools - Options - Code Assist. And set the parser...
3006
Chris Parr
chris_j_parr
Feb 25, 2005 4:17 pm
I found the compile command Gel is using: C:\j2sdk1.4.2_06\bin\javac.exe -deprecation -nowarn - sourcepath "C:\work\xbox\DEVELO~192;src" - classpath...
3007
Chris Parr
chris_j_parr
Feb 25, 2005 4:17 pm
Hi all, Solved teh problem and I have identified a buggish feature. I set the project up and specified the paths like in my earlier posts. Result: no class...
3008
Shreenivas M Zilli
shreenivas_z...
Feb 25, 2005 4:17 pm
i am unable to write a servlet or jsp programs in gel editors I am not getting import javax.servlet.*; import javax.servlet.http.*; packages please help any...
3009
Chris Parr
chris_j_parr
Feb 25, 2005 4:17 pm
Hi All, Ok, call me stupid but where are my class files? I set up an empty project for the first time, added the source folders as smart folders, specified an...
3010
bala_tbn
Feb 25, 2005 4:17 pm
Before adding folder/smart folder, go to Tools -> Options -> Project options -> (Second tab) check ignore CVS folders. It'll ignore the CVS folders then. ... ...
3011
Chris Parr
chris_j_parr
Feb 25, 2005 4:17 pm
Please ignore that second post. It was not the problem. Chris...
3012
BhasiRaj Bhaskaran
bhasiraj
Feb 28, 2005 3:50 am
hello sherrenivas, please add classpath of j2ee.jar from folder "lib" j2sdk1.4 or any j2ee folder before this you have to install j2ee other wise copy one...
3013
Patrick B. P.
patrickbp
Feb 28, 2005 3:50 am
I currently use Java 1.5.0 and I looked up the package listing under javax and there is NO sub-package named servlet. Which version of java are you using? If...
3014
uma mahesh.s
meet_umamahesh
Feb 28, 2005 3:50 am
hi, if u r using tomcat web server add all the jar files in the path common/lib to the classpath of gel and compile regards mahesh Shreenivas M Zilli...
3015
Amish Shah
abs2310
Mar 1, 2005 9:58 pm
In order to complie your servlets you need servlet.jar. As stated by Mahesh, this jar file is inside the folder TOMCAT_HOME/common/lib. A better option is to...
3016
Amish Shah
abs2310
Mar 1, 2005 10:00 pm
Please check inside the output folder you have specified. Also use the Browse button next to the Output text box to verify that the corresponding folder does...
3017
Platonov Evgeniy
jozic_id
Mar 2, 2005 3:02 am
Hello Shreenivas M Zilli, "javax.servlet" package isn't contained in standart sdk libs, so you should put "servlet-api.jar" to your classpath. You can find it,...
3018
Rafael Garrido
rafaelcesarg...
Mar 2, 2005 3:02 am
The servlet.jar package is part of the J2EE technology and it won't be on the J2SE 5.0 jar files. You have to install J2EE or use the ...
3019
BhasiRaj Bhaskaran
bhasiraj
Mar 2, 2005 3:02 am
hai patrik, you have to use a jar file j2ee.jar this jar file you can collect from some where else otherwise you have to install j2ee in your system ok try...
3020
Roberto A. Berrospe M...
rabm4483
Mar 2, 2005 3:49 am
Hello. Im new programing in GEL, an i think its a really cool IDE... But im looking for a good GUI Builder for JAVA with DB and so on.. can some one recomend a...
3021
Amish Shah
abs2310
Mar 3, 2005 12:36 am
Hi All, Those who have huge RAM > 256Mb can try Eclipse if you want more features. Checkout the new version of Eclipse 3.1. Eclipse has a sub-project for J2EE....
3022
weejim76
Mar 3, 2005 3:38 am
Gerald, Is Gel still under development? - Jim...
3023
Andre Matheus
am2web
Mar 4, 2005 12:36 pm
I think this is the most important information about GEL. I really miss a clear statement about the status of Gel development in the Gel's site. The last...
3024
Shreenivas Zilli
shreenivas_z...
Mar 7, 2005 12:54 am
Hi Amish, Thanks for ur detailed description for writing a servlet program in gel. I had not installed any server right now in my system. But i will try it...