mujtaba habib

Greenhorn
+ Follow
since Feb 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by mujtaba habib

hmm.. but other updateXXX() methods r working fine
i want to update a date/time field in MS Access Database. here is the code but its not working
java.sql.Date sqlDate = new java.sql.Date(new java.util.Date().getTime());

result.updateDate("op_pw_change_date",sqlDate);
result.updateRow();
Error Message is: Error in row
its works fine when i comment updateDate row
any idea ??
Hi:
hope you will be able to help me.
do you know how I can scan a image using
scanner and save it
I would realy aprecaite if you could post some code, or
if you don't have any code which sites could I get some
information on this subject, or even some sample code ?
23 years ago
Hi:
hope you will be able to help me.
do you know how I can scan a image using
scanner and save it
I would realy aprecaite if you could post some code, or
if you don't have any code which sites could I get some
information on this subject, or even some sample code ?
23 years ago
hi!
i have to make a 3d holographic model and and have no clue where to start from.
24 years ago
hi!
i am trying to deploy Hello world example in weblogic 6.0. i have following class files in Demo.jar
1. DemoHome
2. Demo
3. DemoBean
4. xml-ejb.jar
but when i use ejbc i-e
java -Dweblogic.home=d:\export\weblogic\ weblogic.ejbc d:\ejb\demo\Demo.jar -d Bean.jar
i get following error
ERROR: java.io.FileNotFoundException: META-INF/ejb-jar.xml not found in jar file
can any body help me or give me a step by step tutorial to deply this thing
thanks
hi!
i am new to EJB, i am using weblogic 6. how can I create deployment descriptor. is there a tool for creating it?
hi!
does java support hardware interfacing?
24 years ago
hi!
ResultSet interface provides a method for testing column values within a result set to determine if it is null. The wasNull() method returns true if the last col read from the ResultSet object was null.
if(rs.wasNull())
System.out.println("No Address");
hi dave!
i am also working on a similar kind of project but i am having some real trobule with applet containing jtable. applet is loading in browser but after loading all i can see is a gray screen in place of applet. can u help me with this problem?
thanks
mujtaba
24 years ago

Originally posted by Dave Turner:
hi,
i am writing a applet based program from which i want to open a Frame, this isnt a problem in itself, but i know that most ( if not all) jvm's dont support the use of swing, etc. i read somewhere that it is possible to configure the users browser to use the jre installed on their pc rather than the jvm. i am looking for instructions / information about this.
thanks in advance
Dave
[email protected]


hi!
testing applets with the java plug-in is a bit of pain because you need to run all u'r html files through converter. you can download htmlconverter from java.sun web page.
24 years ago
hi!
i need some help
i am calling an applet from another applet, applet loads in latest version of Netscape but all i can see is gray screen in place of applet, while it generate class not found exception in IE 5.5.
i have designed applets in older version of Visual Age which only support early implementation of Swing, does my problem has any thing to do with this.

24 years ago