Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need some help with sorting31 May 2007 21:49 GMT5
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 loader31 May 2007 20:51 GMT7
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();
compiler31 May 2007 18:46 GMT2
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 GMT3
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 - UnsatisfiedLinkError31 May 2007 17:03 GMT1
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 java31 May 2007 16:45 GMT1
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 Manifest31 May 2007 15:56 GMT2
>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 Resolution31 May 2007 15:19 GMT4
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 GMT1
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 GMT3
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 GMT1
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 bin31 May 2007 02:49 GMT3
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 GMT9
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 pls30 May 2007 22:28 GMT6
class Out
{
      int x;
       {
slf4j+logback problem30 May 2007 19:55 GMT1
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">
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.