sruthi das

Ranch Hand
+ Follow
since Dec 28, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sruthi das

can any one suggest me how to setup .exe for java application.
ours is a standalone application and we need to convert that into .exe so that user click on that and directly he can use that software.
Its like installing a software
17 years ago
I was trying to call you.
but they are asking me to extension number.
17 years ago
I stay in chennai.
My id is [email protected]
17 years ago
how to create jasper reports in swing.
any one help me
The cost is 5,000rs
valid upto 01/31/2009.
17 years ago
I want to sell my SCWCD voucher valid up to 01/31/2009.
any one interested to get,please let me know
17 years ago
hi
Can any one help me how to do hibernate using MS access
Thanks in advance.
I gave like this
System.out.println(new File("build/classes/personVshare.hbm.xml").exists());
I am getting true.
but still same error.
please help me
I gave like this
System.out.println(new File("build/classes/personVshare.hbm.xml").exists());
I am getting true.
but still same error.
please help me
i am using hibernate in netbaens
I am getting exception like this

log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
org.hibernate.MappingNotFoundException: file: hib\classes\personVshare.hbm.xml not found
at org.hibernate.cfg.Configuration.addFile(Configuration.java:307)
at org.hibernate.cfg.Configuration.addFile(Configuration.java:293)
this is my client class
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

package hib;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;



/**
*
* @author SS49938
*/
public class Client {
public static void main(String arg[])
{
Client c=new Client();
try
{
c.insertperson();
}
catch(Exception e)
{
e.printStackTrace();
}
}
public void insertperson()
{
Configuration Config = new Configuration();
Config=Config.configure("hibernate.cfg.xml");
Config=Config.addFile("hib/classes/personVshare.hbm.xml");
SessionFactory sessionFactory = Config.buildSessionFactory();
Session s = sessionFactory.openSession();

Person p=new Person("s","r");
Transaction tx=s.beginTransaction();
s.save(p);
tx.commit();
s.close();


}
}
where to place all xml files
can any one help me
thanks in advance.
I want to get all the names when I give firstletter.Query is like this.Ex:When I give fname as 'a' in jsp
then all names starts with 'a' has to come.Here I am using MS Access
select Employee_FName from UserTable where Employee_FName like '"+fname+"%'";
here fname I am getting from jsp.
I am not able to run this query.
did you import classe12.jar file.Its in oracle lib folder
17 years ago
hi
i want to know where can i write free online mock exam for SCWCD 1.4.
can any one help me