JAR file association on Windows 7 broken1757 (7/1/2012 12:00:51 AM) comp.lang.java.programmer I have somehow managed to break the file association between JAR files and
Java on Windows 7 such that I can no longer double click on an executable
JAR file. How can I fix it? Reinstalling the JRE has no... Qu0ll
Local vs. network file2032 (6/24/2012 4:18:01 PM) comp.lang.java.programmer Is it possible to determine if a given String contains the path of a file on
a network drive (versus a local file) in Java 7?
--
And loving it,
-Qu0ll (Rare, not extinct)
_____________________________... Qu0ll
Network license control for a Java application529 (5/21/2012 9:08:45 AM) comp.lang.java.programmer I have been tasked with providing some form of network license control for a Java application. The app would be stored on a network drive and run from a client machine. The basic idea is that it will be abl... Qu0ll
Simple alphanumeric "encryption"?1348 (10/17/2011 7:16:48 AM) comp.lang.java.programmer I need to be able to encrypt/code an arbitrary string of up to about 50 alphanumeric characters into a string that also contains only alphanumeric characters. All of the encryption algorithms I have looked r... Qu0ll
Buffered reading seems to corrupt data stream1926 (10/3/2011 2:58:41 PM) comp.lang.java.programmer I am trying to repeatedly send a byte array from a server to a client where both the writing and the reading is done in a buffered manner with the following code on the server: DataOutputStream dos = new Dat... Qu0ll
java.lang.VerifyError running Eclipse project341 (9/22/2011 5:09:23 AM) comp.lang.java.programmer I am getting the following error when I run my Eclipse RCP application: java.lang.VerifyError: (class: com/mybiz/myproj/model/ResultsModel, method: buildModel signature: (Ljava/lang/String;Lcom/mybiz/myproj/... Qu0ll
Using encryption with special Unicode characters438 (8/29/2011 6:11:13 AM) comp.lang.java.programmer This is my first go at using Java encryption. I have a requirement to encrypt and then later decrypt a series of strings that may contain special Unicode characters such as "\u25bc". The code below correctl... Qu0ll
Applet can't detect 64-bit JRE1156 (8/18/2011 3:58:11 AM) comp.lang.java.programmer I have been using a locally-deployed applet for some time with 32-bit Java 6 on the client and it has been working fine. Since upgrading the client to 64-bit Java 7 I find that the applet cannot detect that ... Qu0ll
Automatic linking of related objects in constructor845 (6/29/2011 9:56:49 AM) comp.lang.java.programmer Suppose you have class A which contains a list of objects of class B and that the constructor for B takes in a reference to the A object which is to include it in said list. Is it safe to make a call to A's ... Qu0ll
JNA performance3835 (5/8/2011 5:35:08 AM) comp.lang.java.programmer I am about to do some Java programming involving native libraries so can anyone comment on their experiences with the performance of JNA? I note the following (somewhat concerning) statement from the JNA web... Qu0ll
Unicode >16 Bit JTextPane etc..204 (6/8/2013 11:29:01 AM) comp.lang.java.programmer Dear All,
I tried a couple of fonts, but none of
these fonts were able to display the
Unicode 120000 (decimal).
I supplied the two surrogate pairs
D835 and DCC0. The JTextPane etc.. show
a single box,... janburse(818)
Swing #81333 (8/13/2012 3:04:33 PM) comp.lang.java.programmer Is Swing still pretty much the standard for Java graphics? Or has it finally been replaced by something better?
... bob3904(245)
Dear Human !!!!!!!!!!!!!!14919 (4/20/2013 7:11:41 PM) comp.lang.c++ Dear Human!
The lecturer says at the beginning of the video, "I am talking to
you as a human; it does not matter whether you are Christian, Jew,
Buddhist or Hindu. It does not matter whether you are a wors... bv8bv8bv8(257)
The invokeLater loop116 (5/10/2013 6:54:38 PM) comp.lang.java.programmer I invented what I call the �invokeLater loop�:
class Object implements java.lang.Runnable
{ int i = 0;
public void run()
{ java.lang.System.out.println( i++ );
javax.swing.SwingUtilities.invoke... ram(2840)
blocking auto-install511 (5/16/2013 10:02:04 AM) comp.lang.java.programmer For some reason, today my browsers are insisting on installing the
defective JRE 1.7.0_21. I want to stick with 1.7.0_17 which works.
I have autoupdate turned off.
Why would it suddenly kick in today?
... see_website(4863)
Applets and 1.7.0_21?94 (5/21/2013 3:45:39 PM) comp.lang.java.programmer I've got some software running in the wild that uses JApplets. My
client decided to update the Java version from 1.6 something to
1.7.0_21. The applets communicate with the server they come from. This
... nospam2627(225)