Displaying 3 results from an estimated 3 matches for "dconfig".
Did you mean:
config
2005 Dec 23
1
Wine and Java timezone problem.
...to do that, it fails with some Java related messages. The -b
in my command tells tconf.exe to run in batch mode, so it doesn't try to
open a GUI or something like that. I ran the same command in a dos-shell
and it worked like a charm.
Log:
wine c:/updates/bios_5_20_01/xdctools/tconf -b
-Dconfig.importPath=c:/updates/bios_5_20_01/packages tiger.tcf
err:font:ReadFontDir Can't open directory
"/home/anr/.wine/dosdevices/c:/WINNT/Fonts"
err:font:ReadFontDir Can't open directory "/usr/share/fonts/ttf/western"
Please use the registry key HKEY_CURRENT_CONFIG\Software\...
2016 Apr 25
1
how to create initial configuraton for isoMDS
Hi,
I'm trying to use isoMDS to project a directed graph to 2-dim vectors, but I got an error.
#here is the code to create the graph using igraph package and run isoMDS on it.
library(igraph)
library(MASS)
g<-make_graph(c(1,2, 2,3, 2,4, 3,4, 4,5, 5,6, 3,6, 1,6, 2,5),directed=TRUE)
dist<-distances(g, mode="out")
loc<-isoMDS(dist)
# below is content of the dist matrix
2006 Jan 17
2
Wine and java problem revisited
...o run in batch mode,
>>> so it doesn't try to open a GUI or something like that. I ran the
>>> same command in a dos-shell and it worked like a charm.
>>>
>>> Log:
>>>
>>> wine c:/updates/bios_5_20_01/xdctools/tconf -b
>>> -Dconfig.importPath=c:/updates/bios_5_20_01/packages tiger.tcf
>>> err:font:ReadFontDir Can't open directory
>>> "/home/anr/.wine/dosdevices/c:/WINNT/Fonts"
>>> err:font:ReadFontDir Can't open directory
"/usr/share/fonts/ttf/western"
>>> P...