Java

Java

Cannot resolve reference to bean 'sessionFactory' problem

not long ago i changed my a applicationContext.xml file and added some dependency to a bean

suddenly i get this error on start up

How to write UTF8 text in Java


String fullPath="c:\temp\text.txt";
File curfile = new File(fullPath);

//write in UTF8 file format

Syndicate content