Since 4/25/2012 11:13:15 PM, nmw has written 6 articles and participated in 679 conversations. nmw signature: nmw
nmw's articles:
Items(6) /1
IDL on openSUSE462 (2/26/2009 4:42:58 PM) comp.lang.idl-pvwave I'm currently in the process of setting up a new analysis computer which requires IDL. I had hoped to use CentOS (RedHat) 5.2, because that's what I'm used to and I know IDL works. However, the installation i... Nigel
Read file from jar when applet loaded by Tomcat224 (4/5/2005 1:47:42 PM) comp.lang.java.programmer Hi, I'm trying to get an applet to load a file from its jar-file. I can do this by the usual Class.getResource(filename) provided I use an absolute URL for the codebase in the APPLET tag. However, what I want ... Nigel
Netbeans 4 and project structure313 (2/8/2005 2:20:40 PM) comp.lang.java.softwaretools Hi, I've been testing out Netbeans 4 with a view to using it to manage my source code. However, I don't see any way to impose any structure into the organization of what Netbeans refers to as "projects". At th... Nigel
IDL and 64bit Linux642 (8/19/2004 8:19:44 AM) comp.lang.idl-pvwave We are in the process of finding a replacement for our ageing Origin 2000 system. One absolute requirement is that it be able to run IDL. We are looking at SMP systems and 2 likely contenders are the Sun Fire ... Nigel
GregorianCalendar applet and StreamCorruptedException1028 (11/20/2003 5:19:46 PM) comp.lang.java.programmer I've got rather a peculiar error with my applet client/server comms. The applet opens a Socket and attempts to read some objects sent back by the server. However, the applet throws a StreamCorruptedException... Nigel
IDL java bridge241 (9/11/2003 2:32:37 PM) comp.lang.idl-pvwave Has anyone used the IDL java bridge on Linux to access classes in a jar file? I'm trying to access a class in one of my jar files, but I keep getting an error message in the /tmp/jb_whatever file which says ... Nigel
Wormholes3340 (9/4/2012 1:12:23 AM) comp.lang.java.programmer I run into this sort of problem fairly often.
I have a method x that calls method y through a long chain of
intermediate calls.
I decide to add a feature. Method x has access to information to
decide i... see_website(4855)
32G ram1724 (12/17/2012 3:05:11 AM) comp.lang.java.programmer hi all
i got 32GB ram, why i can't -Xmx2G, it got an error "Could not create the Java Virtual Machine"
/root>free -m
total used free shared buffers cached
Mem: ... mcheung631(12)
creating byte[] with subfields1417 (1/18/2013 8:35:39 AM) comp.lang.java.programmer I often have to construct byte arrays with binary fields, or read
them.
I use a ByteArrayOutputStream and a DataOutputStream to compose them.
I wondered if there is a simpler way, one that does not require... see_website(4855)
regex reserved chars2523 (2/7/2013 12:28:29 AM) comp.lang.java.programmer I have always treated $ ( ) * + -. ? [ \ ] ^ { | }
as reserved regex chars.
I can't find any docs that say the list is different inside[ ].
is it?
--
Roedy Green Canadian Mind Products http://mindprod.co... see_website(4855)
How to move text within Jlabels to the right69 (4/12/2013 1:12:18 PM) comp.lang.java.programmer I have two JLabels with different lenght of text. One JLabel is below the other. I'd like to get the two "colons" in them to line-up vertically.
I tried padding one with "space" characters, but that didn't l... clusardi2k(462)
exec problem is JDK 1.7.0_218513 (4/16/2013 10:48:10 PM) comp.lang.java.programmer This code no longer works in JDK 1.7.0_21
Process p = exec( "F:\\Program Files (x86)\\netload\\netload.exe",
true/* wait */ );
I thought perhaps it wanted some embedded quotes, but that does not
work e... see_website(4855)