[Home] [By Thread] [By Date] [Recent Entries]

  • From: Peter@u... (Peter Murray-Rust)
  • To: xml-dev@i...
  • Date: Sun, 08 Jun 1997 16:54:47 GMT

There are a few minor tweaks required to run or compile MSXML in a Solaris
environment - I have posted these to JeanP.  [The filenames need to be case
sensitive and correspond the class names; the JDK is stricter on casting; and
it also requires the constants to be declared before use.]  I'd be grateful for
any pointers on Java portability, and it's a good place to re-emphasise the 
value of test data.


I've been porting JUMBO to run under J++, and running into a number of problems
that don't arise in W95 browsers.  These primarily include the use of '/' or 
'\' in addressing files, but I also have a feeling that some static 
initialisation may occur differently.  Any pointers to experience on this
or WWW pages would be valuable.

The '/' problem causes me some confusion.  When addressing a File, I
appear to end up with constructs like:
	URL context;
...
	URL u = new URL(context, "jumbo.gif");
I find I have to replace it with 
	URL u = new URL(context+File.separator+"jumbo.gif");
to get it working under J++.  The question as to when separators are governed
by URL syntax, and when by file syntax is a difficult borderline.

	P.


-- 
Peter Murray-Rust, domestic net connection
Virtual School of Molecular Sciences
http://www.vsms.nottingham.ac.uk/

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@i... the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member