I have a makefile which on successful make should create the class files of the appropriate Java source code.
When I give 'make -f applet.mak' following at the Linux prompt, I get the following message:
: No such file or directoryrc/web/applet/AppletProxy.java: line 1: /*...
I am trying out Win32 modules with some perl code. I have included the following line:
use Win32;
And later in the code I use the following line:
$x = Win32::BuildNumber();
When I compile and run the code, it throws the error:
Undefined subroutine &Win32::BuildNumber called at test.pl line...
I have this perl script which extracts data from a file and converts it into an XML. But whenever it encounters a = " or any non-alphabet, non-digit character for that fact, IE throws up the following :
"Reference to undefined entity 'equals'. Error processing resource 'file:\\\..'"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.