how could i use vb com components in java(Ejb)
If you have VB source, you could convert them to ActiveX dll's or ActiveX EXE. J++ can see & use COM objects. I don't know what java(Ejb) is, though. It may not support COM.
Enterprise java beans are Sun's version of ActiveX servers. They use Corba specification, not compatible with com.
VB 6.0, Access, Sql server, Asp
Check out the Jacob project, you can call COM objects from any JVM running on Win32. Excellent stuff... http://danadler.com/jacob/index.html
Forum Rules