How to configure beans in Spring configuration file ?

preview_player
Показать описание
► CLICK TO DOWNLOAD COMPLETE SOURCE CODE -
***********************************************
Do Watch Video in High Quality ...
***********************************************
Рекомендации по теме
Комментарии
Автор

Nice tutorial.

I can run the program within Netbeans IDE but when I run from console with java -jar command it cant find manifest file. So I add

<build>
<plugins>
<plugin>


<configuration>
<archive>
<manifest>


</manifest>
</archive>
<descriptorRefs>

</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>

to pom.xml .
Now the manifest file is in the jar but it still dont work from console.

The error message is,

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main"
at Method)

What should I do, in order to make this example executable from console?

birkanherguner
Автор

How to get spring code completion in netbeans xml file

ramesh_panthangi
join shbcf.ru