Salim Tol

Greenhorn
+ Follow
since Jul 23, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Salim Tol




13 years ago


Hi! I got following parse error while starting tomcat 6.0. I am using myeclipse editor.




Please help me to solve this problem.
Thanks in advance.
13 years ago


Yes, I want to use TrayIcon and SystemTray.
I want to use MenuItem with icon in PopupMenu?How?
13 years ago


I am making a project using JavaMail that allow you sending and receiving mail using
Java Programming language,
but 8 out of 10 e-mail which has been sent saved into spam.


Please Help Me.


13 years ago


How to Set an Icon on MenuItem.

Here, I am talking about MenuItem not JMenuItem!!!.
13 years ago



Hello Everybody,

I am learning Java Head First's chapter 16.
There is given a solution of exercise as "Be the compiler solution" on page 579.
The statements with a cross(i.e X) in the check box will compile or not?
if no then why?List<Animal> list=new ArrayList<Animal>() is chekced.
if yes then why?ArrayList<Dog> dogs=new ArrayList<Dog>() is uncheck.

Please Help Me Remove this Confusion!

With Regards,
Salim Tol
14 years ago


Hello Everybody,

I am learning Java Head First's chapter 16.
There is given a solution of exercise as "Be the compiler solution" on page 579.
The statements with a cross(i.e X) in the check box will compile or not?
if no then why?List<Animal> list=new ArrayList<Animal>() is chekced.
if yes then why?ArrayList<Dog> dogs=new ArrayList<Dog>() is uncheck.

Please Help Me Remove this Confusion!

With Regards,
Salim Tol
14 years ago
Please somebody help me?

I am trying to transmit mergable datasource.

I have merged an audio datasource and video datasource into a single datasource(i.e merged datasorce).

I have tried to transmit it in two way::

first one::
I passed this datasource directly into createSendStream() method argument



but it throws an Unsupported Exception ::

javax.media.format.UnsupportedFormatException: Format of Stream not supported in RTP Session Manager

I thought without creation of processor I cannot transmit
Am I right?
I think so....
.So
I have created and programed the processor

Second Way::




I also got send stream event which is instance of new send stream event.
Ok. Now I start Transmitting I got something at recevier
just audio ..

but I want both on that player of receiver audio as well as video.

what should be wrong with me?

help me!