You cannot post messages because this group is only available as an archive.
|
J2SE 5.0 SDK
|
| |
I heard that there is 5.0 version but I can not find it on Sun's wweb page. All I found is J2SE 5.0 RC Can somebody send me a link?
|
|
I want to run my own Java chat server on a web host
|
| |
Hi, Does anyone have info on web hosts that let you run your own Java chat server on the host machine? I am volunteering for a mentor program for kids that has a website, chumz.net hosted on Yahoo. I found a free Java chat server and client program called Babylon ([link]) that... more »
|
|
Connection Refused (XPprof,JMV 1.4.2_03)
|
| |
I try to setup a socket connect to the port (for example) 1099 but I can't get any? Exception message is "connection refused" Help! If have a laptop with XP professional, SP1 and JVM 1.4.2_03. All the programs are running on the same machine (local). Thanx for all suggestions…
|
|
Painting with IlvChart
|
| |
Hello I have a problem with IlvChart (Ilog Jviews). I fill several datasets in a loop before they are painted in an IlvChart. The first time painting takes about 500ms, but this time increases quickly and at twentieth loop, time is about 2s. At each loop dataset are almost the same. Has anyone encountered a similar problem ?... more »
|
|
Runtime.getruntime().exec
|
| |
Hi, I am having problems calling a C program on Unix using Runtime.getruntime().exec. I can run the program from the Unx command line. I can execute Unix commands using Runtime.getruntime().exec such as ls e.t.c. However I cannot launch the C program using Runtime.getruntime().exec. Does anyone have any ideas as to what is wrong.... more »
|
|
Rectangle links to other SVG-Document/Webpage
|
| |
Hi, im using batik to draw several rectangles via graphics2D. now i would like to add a link to another html or svg document to the rectangle. if the user clicks on the rectangle, the other document should appear. how can this be done using batik? thanks!
|
|
Quartz Scheduler in Weblogic 8.1 SP3
|
| |
I have a J2EE application running on Weblogic 8.1 SP3. A servlet is responsible for scheduling jobs using a JobStoreTX on Sybase 12.5. All references to Quartz are confined to the WebService layer of the application. From time to time, just when the job is about to be executed I get an java.lang.NoClassDefFoundError : org/quartz/ValueSet... more »
|
|
Calling a C++ dll from Java
|
| |
I need to call a function that is there in a C++ dll. The arguments to the function are STRUCT and string. The return type is void. Also I donot have any rights to change the dll and I have to use as it is.... So here goes my questions: 1. How to pass a struct variable from Java to a function in DLL. 2. The function returns void and the second... more »
|
|
JNI/Win32 hWnd JDK 1.4.2_05 freeze on Javascript Callback
|
| |
Dear Colleagues, An advanced Java (i.e.: SUN Java Plugin 1.4.2_05) issue would require your expertise. Inside a "JRE/1.4.2_05" environment (i.e.: version prior to that latest installment are performing with an adequate satisfaction) the execution of an "Applet", acquiring native methods through a "JNI/Win32" interface and returning data using the... more »
|
|
|