Narahari Gundappa

Greenhorn
+ Follow
since Feb 21, 2005
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 Narahari Gundappa

Hi,

I am using Struts 1.1 on WSAD 5.1 IE,
I am getting this error,
java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource

Need help:


Thanks,
18 years ago
Hi,

I am using struts on WSAD 5.1 IE an dam trying to connect to MS Access using JDBC Type 1 driver(sun.jdbc.odbc.JdbcOdbcDriver).

I have a DAO mimic where I am doing the basic steps of DB connection as follows

String dsn="test";
String url="jdbc dbc:"+dsn;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
conn=DriverManager.getConnection(url);

while I am doing this , I get ClassNotFoundException?
How can I resolve this?
Can I get some sample code?
Or any other Alternative

Thanks in Advance,
18 years ago
Hi,

I am trying with jsps using the <jsp:usebean> action tag.There is an error being displayed after the deployment that the class def not found and soame how the bean class is no being identified.Can any one take me through this !this is bit urgent.

Hari
18 years ago
JSP
HI All,

Well its all fine!!!i shall come back with many more.....

bye
Thank You Al..an
18 years ago
Hi

I did try Start-Settings-CP-Java Plug in.But java -version in cmd.exe still displays 1.3.1???

Hari
18 years ago
Thank Alan!
It seriously got me going!!???
But, its all very vague.Any ways I will try it!!! and get back to you!!

Bye
18 years ago
Hi,

I havae this strange exception popping when trying to compile ejb with ejbc.
A.NO class definition found.
B.Javac........ tools... Main not found(weblogic builder)


???
Hi all,

Can ny one help to change the JRE version on my system.It shows it has 1.3.1,even after i installed jdk1.5.I want to upgrade/change the jre version manually.How do i do it???/

Hari.
18 years ago
hi alan

The application looks somewhat like this.
A.There is a Flight Plan page that takes in the date and route of flights.
B.The next page retrieves the names Flight id/nums that are flying ont tht date at that time from the DB.Now, this is where i need the dynamic textfields and buttons, ie, I want to limi the tf's and but's to the number of flights retrieved.That is 10 Flights 10 tf's ,20 -20 and so on dynamically.
TextField ------>Flight Id/Name Button------>(named details)to retieve details from the DB.

Hope u can help me.

hari
18 years ago
Hi all,

I am working on a swing application that retrives the details of flights that take off on a particular date and span of time.I want to limit my JTextFields(that diplays the flight name) & Jbutton that retrieves details based on the no of flights retrieved.Can any Swingers help me Swing thro this

Hari
SCJP
18 years ago
There is new calf in the Barn!!! Thats Me!
19 years ago