|
Advertisement
|
Forum posts by Lizeth:1 page [ 1 ]
Posted in Java Answers Forum, Jun 28, 2002, 6:18 PM
Hi,I need an advice, How is the best way to generate reports and displayed in the Web page..I don't know how to start..Thank you in advanceLizeth
Posted in Java Answers Forum, Mar 6, 2002, 9:11 PM
Hi,I need help!I need to insert a the Database todays Date in the format "MM-dd-yyyy". The datatype in the dataBase is Date, then I need a Date Object with the correct format.I already tried with SimpleDateFormat, the problem is the method Format always return a String, then from the String how I can convert to Date with the same format.Please...
Posted in Java Answers Forum, Mar 6, 2002, 6:40 PM
The class cc.util.Util is part of the JDK1.3.1. I did not created, I just want to used. How I can found where is the class cc.util.Util in my hard Drive?The classPath has the directories where the JDK should find the classes. Do I have to download something else where this class is contained?Thanks again.Lizeth
Posted in Java Answers Forum, Mar 5, 2002, 2:35 PM
Import is the first thing that I tried, however when I compile I get the error:"Class cc.util.Util not found in import" I don't know how call this class.Thanks for any helpLizeth
Posted in Java Answers Forum, Mar 4, 2002, 10:34 PM
Hi,I need to use one of the methods that are in the class ccl.util.Util.In the javadoc I can see the class cc.util.Util is inherit from java.lang.Object however when I call the method the compiler give me error message, "the class was not found in the declaration"I import the java.lang.* and the error still occurs.The method that I am trying to...
1 page [ 1 ]
|