Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When Java code is being compiled it generates an error ” Package diamondedge.vb not found in import”?

0
Posted

When Java code is being compiled it generates an error ” Package diamondedge.vb not found in import”?

0

This would indicate that your classpath environment variable is not correctly set. Many Java products will modify this variable when they are installed which may cause you problems. Our install program will set it but it may have been changed since then by installing other Java products. You can uninstall and then re-install VB Converter or you can modify the classpath variable by hand. To modify it by hand, make sure you have “.” and “\vbc.jar” in your classpath variable. The directory paths are separated by a “;”. On NT, you set it from the System control panel on the environment tab. From Win95 you need to set it in the autoexec.bat file. For example, if you installed VB Converter in the default directory: set CLASSPATH=.;c:\Program Files\VB Converter\vbc.jar On Win95 you need to reboot and on NT you need to close VB and re-run it. Once you have everything properly installed, all of the samples will compile without errors. If the above doesn’t help, send us an email of y

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123