Because I don't see one.Why have Sun not archived this forum like the others, it's about the worse when it comes to non-relevent activity.Of course if the previous efforts are anything to go by they (Sun) made the decision to archive this forum in April of 2006, will announce on August 1st, ...
ive tried myself... didnt work.ive posted in a bunch of different support forums... didnt workive asked ppl on my msn...didnt work.So i was wandering if someone can tell me what this is... is it java or javascript? look at their nav bar here: http://nascors.com/they wont tell me (the ones who ...
Hi all,i use the jain sip applet , it's works fine but i can't here any thing during the convertation.
712 byte By
boci13a at 2007-11-26 21:53:11
Hi!I try to write an application based on JAIN SIP (It's call 2 voipbuster account). But it's too complicated, anybody know a top level API based on JAIN SIP? I want only set the server host and port, the caller user name and password and the called user data (and maybe the Session ...
Hello everyone,I'd like to implement the SDP-Protocol in combination with SIP in J2ME.My questions are: 1. Is it possible to combine the SIP-Stack with this SDP-Implemenatation http://jcp.org/en/jsr/detail?id=1412. Where is the library (source code) ?3. I'd like to create a chat based to ...
I was download the NIST JAIN-SIP-PRESENCE-PROXY project. i use the ant to run and compile the project is fine. but IM cannot sign in to the presence proxy i use two command prompt to open IM and presence proxy. i have change the domain as my computer name. but the IM also cannot sign in to the ...
Hi allHow about the java programmers call each other "my friend" ? this makes a tight and close relationship among java developers.providing a high cohesion ;)
HiI am trying to load the Sybase database driver within the javascript and doesn't seem to get it working... Here are my sample command/code:command:jrunscript -classpath "c:\javascript\jconn2.jar" testdb.jssource code of testdb.js:1 importPackage(java.sql);2 importPackage(java.lang);3 4 ...
5578 byte By
Cuea at 2007-10-3 8:57:10
Hi,I am trying to make a java chat klient using SIP, but i can't get it to work:import java.io.*;import java.util.*;import javax.microedition.io.*;import javax.microedition.midlet.*;import javax.microedition.lcdui.*;import javax.microedition.sip.*;public class sipClass implements ...
Hi, I think there is a lot of messy code in JDK, and the most of it is done checking the null references. So I suggest use some keyword in declaration of methods. See an example:public class Foo{private final String text;private final Object obj;public Foo ( final String text, final Object obj ...
Hello People:This week, The Server Side has posted mi proposal for a new EJB3 feature about implicit queries. The Servers Side's guys have suggested to me send this proposal to EJB JCP, but I don't know how to do it. Do you have any idea?Here is the discussion thread ...
Hi Everyone,Can anyone tell me what is the best book/material to study for SL-275 (Java programming language) to become a SCJP? I have no previous experience of Java, though I been working with C, COBOL and Unix for the pas 11 yrs. I donot want to attend the sun training course bcoz I simply ...
i want to know how to restrict second instance whiel first instance is running.any body plz help me in this regard.my id is deepikaachalla@gmail.com or deepika@nannacomputers.com
hello, i am starting a new website and i am in need of a free chat room, the features i need are:be able to administrate it, be able to chuck people out of itbasicly i need a chat room where i have specail powerei need one urgent, can anyone help. if it means me building one thats ok, just i ...
Hi I m making a software to controlling my home appliance.i m in in initial i want to which which serial ports i can use to test my program e.g com1 port 2000 can any one suggest or can any one give me link where this information i used.I m using windowsXp ...
391 byte By
-@-a at 2007-10-2 21:32:48
I happened to read an article in today's San Jose Mercury describing impending layoffs at Sun. This article said that Sun had removed its "poison pill" measures that had been intended to counter any hostile take-overs. I am no expert on this subject. But I am wondering if MIcrosoft would ...
Hi every one. My Name Mohammed Yousuff, i am working in Java for the Last 2 years. i Have Different Innovation idea for bulding new Java Tools . i like to know what are steps we have to follow to submit a Project to Java Community to get APPROVAL .if u have any info let me know ...
8187 byte By
chris0a at 2007-10-2 16:50:50
Remove "new" OperatorProblem"new" is superfluous to the language."new" refers at a fairly low level to memory management mechanics whereas it is preferable to use a more logic-based approach.Solution"new" is made optional syntax with the view of eventually removing it altogether.Integer i = ...
1038 byte By
chris0a at 2007-10-2 16:50:30
With the advent of multi-core CPUs with potentially hundreds or thousands of cores introduced over the next 10 years, I don't feel we currently have the software technology to take advantage of this hardware.Whilst the Java thread model is quite reasonable for simple multi-threaded designs, it ...
593 byte By
lakyboya at 2007-10-2 14:27:18
Hi All,There is a problem which I faced when developing a remote desktop handling application using java.How do I recieve the mouse pointer coordinations when Im out of the java GUI component's boundary in a platform independent approach? (ex. when the mouse pointer move out from the JFrame)? ...
HI Friends,I got jUSB package from net.Byt i dont know how to install it on windows.There is a pdf containing the way of doing that.But it is not working.Please give me the reply about how to do it....thanking you
9459 byte By
jcaia at 2007-10-2 10:59:55
Hello, everyone, I am new to java.recently i just created an rotating image by using the timeline feature in Dreamweaver,i want to post this rotating ads in another website. but i think the code is too long and it may scare them, anyone know if this code can be simplified? thanks<!DOCTYPE ...
1876 byte By
jiea at 2007-10-2 10:57:20
i want to develop a registrar by using JAIN SIP API.when i use the Windows Messenger(WM for short) as a SIP client to test my registerar, i get a problem.when WM logs out, it sends a REGISTER request(M1 for short) to my registrar as following:REGISTER sip:aaa.de SIP/2.0Via: SIP/2.0/UDP ...
We are getting out of memory errors that do not seem to be associated with the heap ,because we are monitoring the available space and there is plenty of space.It happens when the class loader is loading a resource.Is this possible?
I'm currently doing a research on the standard usage of the 5 levels of Log4j. My question is that is there a standard convention of which level to use when we program? Like should we use DEBUG more often than INFO? I understand that there are certain circumstances which require us to use a ...
Hi there,I've been programming in Java for 5 years now, and there is one feature which will make my life alot easier.I'm talking about string escaping (a la c#'s @"c:\Docs\Source\a.txt", or python's single quoted strings).What do you think about it?
3869 byte By
steevena at 2007-10-2 8:45:09
/** * 1. NullPointer Suppress, according to [Nullable] annotation * need JVM support * avoid many null judgment code. */[Nullable]public void testNullable(A a){return a.b().c.d(); //how many line it will cost using "if-else" null check?}/** * 2. Dynamic property, for better IDE and compile time ...
hi, I felt very puzzled that when I see such sentence"The JavaTest?harness is a general purpose Open Source Java API for creating Java test software", but where to get its source code and related documents such as javadocs? I have searched it at many Java sites includes that of Sun's, but they ...
765 byte By
lanhuia at 2007-10-2 8:00:10
hi!!when i implement the jain-sip'interface of SipListener,i meeting a strange problem.in my program,i send a "invite" sip packet to the callee,then i received the response sip packet of "180"and "200ok" from the callee,but in my method of processResponse(ResponseEvent responseReceivedEvent) ...
Hi All,We are developing a J2EE application in which we have to make drag and drop feature in the JSP. (its a web based application). I know we can do it in swings but we have to do it in HTML,JSP only.the situation is a table 'll be loaded in the webpage and you can drag and drop the ...
Hello,I'm using the javax.comm library to communicate from the serial port. The program works fine connecting the serial port to the machine I want to connect.But if I connect the machine to the serial port in a multiport usb the program hangs in the close port statement, and I don't know how ...
1120 byte By
esb_rita at 2007-10-2 5:45:44
I'm working on a small platform independent project that requires communicating with a usb device. The device comes with virtual com port drivers for Windows, Mac OS X, and Linux. I've been searching for an API in java to communicate with the USB device through the vitrual com port. I was ...
Hi . I have a Problem.I want to work wiht a class (using it's methods, seting attributes, . . . ). But the name of the class is not known in the time of compilation only in run-time.So, can I?Is there a methode in Java for executing commands via string?Because I can only save the name of the ...
1506 byte By
odia at 2007-10-2 4:00:28
Hi, guys,I'm developing a simple JAIN-SIP application.I want to send a BYE back after receiving a ACK of INVITE's OK. But in the BYE request, i found that the toAddress is "10.11.12.13:5060". The fromAddress is correct.How does it come? My codes:private void processAck(RequestEvent ...
764 byte By
Almonda at 2007-10-2 3:29:43
public class HelloWorld{private String message = "";public static void main(String args[]){ HelloWorld me = new HelloWorld("Hello World"); me.printMessage();}public HelloWorld(String message){ this.message = message;}private void printMessage(){ SpecificMessagePrinter newPrinter = new ...
534 byte By
Almonda at 2007-10-2 3:29:41
public class HelloWorld{private String message = "";public static void main(String args[]){ HelloWorld me = new HelloWorld("Hello World"); me.printMessage();}public HelloWorld(String message){ this.message = message;}private void printMessage(){ new MessagePrinter(message);}}class ...
1237 byte By
art64a at 2007-10-2 2:08:21
Hello!The problem is as follows: I have an enum class, let it be E, and want to ensure that some switch(E) statements are complete in the sense all E values have cases in each of switch(E). This way, if I would add a new element to E, the code would not be compilable if one of these switch(E) ...
I'm interested in understanding how Sun and other 'toolkit' providers manage their software development cycles to maintain public APIs from release to release.I am currently part of a large software project which plans to deploy a large existing codebase as a toolkit for others to develop on ...
I want to build an password manager application that can provide a servise similar to popular browers like opera and mozilla.I want to know if there are any classes in java taht can help me in this.Is there any way that the application can know when a user opens a webpage that asks for password ...
How should i print from java ?
Hi All,I am new to SIP. I downloaded the NIST SIP Proxy and got it run. Now I am trying to understand its code and make few changes.I wrote a sample client program using JAIN SIP which sends message to SIP Proxy. In this configuration, I configured the Outbound Proxy parameter of SipStack to be ...
1170 byte By
Swathia at 2007-10-2 0:44:45
We are trying to export data from jsp to excel. As there is problem with size of excel being downloaded, we are using POI which solved our problem of memory and time taken to download. But now we are not able to access the file from the client. The problem is as follows.We are placing Excel ...
1170 byte By
Swathia at 2007-10-2 0:44:44
We are trying to export data from jsp to excel. As there is problem with size of excel being downloaded, we are using POI which solved our problem of memory and time taken to download. But now we are not able to access the file from the client. The problem is as follows.We are placing Excel ...
Hi,I am recently came to know that certification will plays a vital role in our career. Now I'm intereted in preparing for scjp. I know jdk 1.4 but not much 1.5. What is the suitable and helpful in future to take certification? Is it compulsory to take training from sun like Java Programming ...
what is this Enterprise Information System and how to use
dear sir,what is this and how to use
dear sir, please can u send me jdm architecture .the communicatin between user and jdm architecture.
dear sir, please can u send me jdm architecture .the communicatin between user and jdm architecture.
HiIs there anyone who have successfully run the example given by nist for the SIP over TLS. If so please help me in doing it...This is the link for the source code... http://www.cdt.luth.se/~johank/smd151/jainsip/examples/tls/With Regards,Litty Preeth
Hi all,First I have to tell you that, if this is not the place I have to post this very sorry for my mistake. What I need to know is,?I have an applet I developed for a commercial web site using J2SDK 1.4.2?If the viewer doesn抰 have JRE in his machine my web page will detect that and redirect ...