1 2 3 4

Is there a single on-topic thread in this forum?

477 byte By cotton.ma at 2007-11-27 6:48:26
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, ...

My Last Resort is here

425 byte By Kahne331a at 2007-11-27 1:03:42
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 ...

Java Community Process (JCP) Program - [Jain Sip] Sound Problem

125 byte By ourrarhia at 2007-11-26 23:21:31
Hi all,i use the jain sip applet , it's works fine but i can't here any thing during the convertation.

top of JAIN SIP

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 ...

SDP-Library <--> SIMPLE-Library?

502 byte By armaged_dona at 2007-11-26 16:28:04
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 ...

JAIN SIP PRESENCE PROXY PROBLEM

604 byte By dave85shuna at 2007-11-26 16:11:28
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 ...

a suggestion about Java programmers

187 byte By java1357a at 2007-10-3 11:32:53
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 ;)

Java 6's rhino / javascript database connectivity

782 byte By tradercentrica at 2007-10-3 10:45:38
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 ...

SIP & JAVA

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 ...

Not null declaration keyword

2178 byte By Kamzik-IIa at 2007-10-3 8:26:26
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 ...

An Implicit Query Proposal for EJB3

383 byte By andres.testia at 2007-10-3 6:41:57
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 ...

SCJP certification

486 byte By qassimgia at 2007-10-3 6:03:05
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 ...

Single instance

199 byte By Deepika_nca at 2007-10-3 5:39:56
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

Admin a chat room..please help..

390 byte By rnporter@hotmail.co.uka at 2007-10-3 0:54:49
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 ...

This Is Urgent? Which Serial Ports Can I use to Test my Program

317 byte By Chaudhrya at 2007-10-2 23:36:44
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 ...

No Poison Pill?

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 ...

How to Apply a Project to JCP

312 byte By java2usufa at 2007-10-2 17:51:05
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 ...

Syntax of new and null

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 = ...

Parallelism and Threads

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 ...

Mouse position capturing

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)? ...

How can i install packages in windows

234 byte By kmctboysa at 2007-10-2 11:24:38
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

Anyone can help me to trim down this Java code? Appreciated

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 ...

Problem in developing a SIP registrar.

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 ...

out of memory error

253 byte By David_Bakera at 2007-10-2 10:22:32
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?

standard uses of log4j's 5 levels

948 byte By log4j_help_neededa at 2007-10-2 9:49:26
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 ...

String escaping in Java

281 byte By gilhoffera at 2007-10-2 9:13:02
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?

11 new factor suggested for morden java language

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 ...

Where to download the source code for JavaTest?harness?

351 byte By javabeginera at 2007-10-2 8:42:06
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 ...

the problem about the ResponseEvent and RequestEvent in the jain-sip

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) ...

All the gods of J2EE out there Pls help

616 byte By aks_katha at 2007-10-2 7:57:13
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 ...

Problems with javax.comm in a usb multiport

580 byte By daljamasa at 2007-10-2 7:33:17
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 ...

Java Communications API

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 ...

Is it possible?

979 byte By JohnyGeea at 2007-10-2 5:34:53
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 ...

JAIN_v1.1: Wrong toAddress in BYE request

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 ...

this one also...please help me.....i'm dumb in programing...hu..hu....

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 ...

can anybody explain to me bout dis syntax? i'm the beginner here!

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 ...

enum, switch(), ensuring completedness and uninitialized variable warning

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) ...

Toolkit Development Process - and API maintenance

848 byte By schmidtaja at 2007-10-2 1:58:48
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 ...

password manager

530 byte By aneez_backera at 2007-10-2 1:50:01
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 ...

Printing help

37 byte By Kavarthapu.Madana at 2007-10-2 0:55:51
How should i print from java ?

Sending and Receiving messages at SIP Proxy

872 byte By NAVEEN-KANTHEDa at 2007-10-2 0:52:22
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 ...

Accessing POI generated Excel from client

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 ...

Accessing POI generated Excel from client

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 ...

scjp preparation

848 byte By Anand-K.Durgama at 2007-10-2 0:29:42
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 ...

Enterprise Information System

64 byte By rafi_onlinea at 2007-10-2 0:01:18
what is this Enterprise Information System and how to use

Enterprise Information System

50 byte By rafi_onlinea at 2007-10-2 0:01:16
dear sir,what is this and how to use

Enterprise Information System

121 byte By rafi_onlinea at 2007-10-2 0:01:15
dear sir, please can u send me jdm architecture .the communicatin between user and jdm architecture.

jdm architecture

121 byte By rafi_onlinea at 2007-10-2 0:01:11
dear sir, please can u send me jdm architecture .the communicatin between user and jdm architecture.

NIST Example of TLS with JAIN SIP

292 byte By littypreethkra at 2007-10-1 23:41:25
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

Permission to use java

824 byte By Sameera_Abeysinghea at 2007-10-1 22:34:23
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 ...