hey all
i want to start a java application out of my vb programm. i used the code below but it throws an exception. i don't know where the mistake is. can somebody help me?
thanx a lot
Dim myProcess As New Process()
myProcess.Start("C:\j2sdk1.4.0_01\bin\java.exe waveplay")
i want to start a java application out of my vb programm. i used the code below but it throws an exception. i don't know where the mistake is. can somebody help me?
thanx a lot
Dim myProcess As New Process()
myProcess.Start("C:\j2sdk1.4.0_01\bin\java.exe waveplay")