Tag Archives: executable

what is the name of the java executable that opens jar files?

I’m assuming its in the bin. I’m trying to use Dr java but cant compile because the sdk java version is 1.4.2 and the jar file opens with 1.5.0, so it won’t let me because the versions don’t match. I … Continue reading

Tagged , , , , | Leave a comment

Creating an Executable (.exe) file in Visual Basic 6.0

This is a simple tutorial for absolute beginer in how to create an executable file in Visual Basic 6.0 – it may seem rediculously simple to some, but i often get the question of “how?” sent to me. I apologise … Continue reading

Tagged , , , , , | Leave a comment

How to call one project being in another project in vb.Net executable file ?

I made one application in vb.net ,in that application i have two projects .My problem is when i try to run the executable file only the forms in the startup project appears but by clicking one button when i try … Continue reading

Tagged , , , , , , | Leave a comment