| Thread | Last Post | Replies |
|
| Need some help with sorting | 31 May 2007 21:49 GMT | 5 |
Hey there, I'm having some issues trying to figure out an efficient way to do this. So I query a database for a bunch of real estate properties that gives
|
| Loading a class using the applet class loader | 31 May 2007 20:51 GMT | 7 |
I'm loading classes during the execution of a applet, like this: ClassLoader cl = getClass().getClassLoader(); Class c = cl.loadClass(className); MyObject o = (MyObject)c.newInstance();
|
| compiler | 31 May 2007 18:46 GMT | 2 |
can anyone help me to design and write compiler for pact grammar? thanks
|
| JSP Loading Page... Please wait while my code doesn't work! | 31 May 2007 18:29 GMT | 3 |
I have tried, and tried again to build a "Please wait..." loading page in JSP. I have read all the posts I could find on the matter and incorporated what seemed to be a set way to do this. Here is the premise that just about every bit of information I
|
| shared object file - UnsatisfiedLinkError | 31 May 2007 17:03 GMT | 1 |
I am getting a "java.lang.UnsatisfiedLinkError" while executing my java program that points to a shared object file named "/home/mypath/ libServer_jni5323.so" and specifies a mangled name of an "undefined symbol".
|
| Setting environment variables from java | 31 May 2007 16:45 GMT | 1 |
Under linux, I have java code that runs a c executable using Runtime.getRuntime().exec() Before running that I have to set the LD_LIBRARY_PATH system variable..
|
| JARs and Manifest | 31 May 2007 15:56 GMT | 2 |
>From what I can tell, it is not possible ( via http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html ), but just in case there's an alternative work-around method (Ant...something else?), is it possible for me to include a JAR file
|
| Problem with java and Domain Name Resolution | 31 May 2007 15:19 GMT | 4 |
I have a really annoying problem. I've implemented an application, which connects to a server, which IP does change rather often. I came upon the problem, that my application would not connect to the server after it's IP has changed.
|
| Is it possible to put a JPanel within a JTable cell? | 31 May 2007 15:07 GMT | 1 |
I have been able to add many different types of components to JTabel cells such as Combo boxes, check boxes, etc.. but when I try adding a JPanel I am unsuccessful. Is it possible to add a JPanel to a JTable cell? I accomplish adding comboboxes, checkboxes, etc by telling the
|
| A design issue... | 31 May 2007 13:00 GMT | 3 |
I am writing a command line application which in general deals with getting input from sockets and passing it to DB, archiving it etc. The project is highly configurable according to customer needs. It uses a configuration xml file to define for example DB table schems,
|
| Multiple java applications file association problem in one JNLP? | 31 May 2007 12:23 GMT | 1 |
Hello , all I have a problem in JWS with file association and main-class. I have a java application that has two entry classes, one is appmain.class that is required to launch from web, and the other is player.class that is
|
| Empty recycle bin | 31 May 2007 02:49 GMT | 3 |
Anyone know how you empty the recycle bin in Java under Vista? -- Roedy Green Canadian Mind Products The Java Glossary
|
| Image from byte[] | 30 May 2007 22:46 GMT | 9 |
Hello, I have a byte[]img (constructed from an actual .bmp image) and want to use it to make an object of type Image, not to display it but apply to it getPixels(). I know the width and height. I've tried various things without success. I'd be most grateful for a
|
| explain this pls | 30 May 2007 22:28 GMT | 6 |
|
| slf4j+logback problem | 30 May 2007 19:55 GMT | 1 |
When I configured logging as in the logback manual in logback.xml: <appender name="STDOUT" class="mypackage.MyAppender"> <layout class="ch.qos.logback.classic.PatternLayout">
|