[java] VisualCafe Killed VisualJ++!

Started by
1 comment, last by Spyder 23 years, 3 months ago
After installing Webgain VisualCafe my VisualJ++ stopped working. Now whenever i run visualj++ i get "error in devenv.exe an errorlog has been created". It seems VisualCafe changed all pointers to java compilers to their own. i dont know if this affects anything. I dont either know how to obtain the errorlog created by devenv.exe on win2k. Any help or tips would be nice.
Advertisement
I am visual cafe user (but not J++ user) but have had similar problems combining visual cafe 4.0 with Sun JDK.

The problem is caused by the CLASSPATH and PATH variables set in the c:\autoexec.bat. VisualCafe set the classpath variable in the autoexec.bat and this may confuse other compilers/VMs.

What I did was to make multiple configuration setup (DOS style) that at start up allows me to choose between two setups. One setup used classpaths and paths including one compiler/VM and the other for the other compiler/VM. This solved the problem.

Jacob Marner
Jacob Marner, M.Sc.Console Programmer, Deadline Games
Modifying the classpath partially solved the problem but it still doesnt explain why J++ no longer will start! Does anyone have any other ideas? Are there any other good editors that support:

* extensive color syntax coding

* checks syntax and marks line wrong

* is free

This topic is closed to new replies.

Advertisement