Hi Dw
I would like you to help me here, i've googlished for this but it seems as if my problem is a bit complecated. I've created a program in java which has the '.jar' extention and then I created a program in VB.net which is an executor of the java program now the problem that I'm having now is that I want to put the java program inside the VB.net program so that when packing or exporting the program or the project the java program will be inside the vb application so that there will be only one file which will be '.exe' extention now the problem is putting this java file or should i say calling it something like
process.start("java" "-jar " & My.Resources.myjavafile.jar)
note that if I call the application in my Drive like drive D:\myjavafile\dist\myjavafile.jar it execute very well but if i try to put it inside the VB application program the system don't show it after i press the'.' after resource(s). Any help with instructions on how to do this will be apreciatable.
Thank you