Eman Abdo

Greenhorn
+ Follow
since Jan 30, 2008
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 Eman Abdo

This is my Question, my program needs to run sequence of videos automatic one after the other directly. This is my program in more detailed:

I made a function that takes an ArrayList of String objects represent the videos' names. This ArrayList object will enter a function that is representing the related videos in the same order.
I made a loop loops as the number of videos. In each loop, I refreshed the values of url to take the new name of video and then the value of player.
then the player starts.
(also I declared a variable (event) of ControllerListener)

Until now every thing was good, the problem is :
How can I stop at this point until the video finishes?

To do that, I have used this way:

- suspendig loop : while(!(event enstanceof EndOfMediaEvent));

but the result is not as desired.



Is there any way to pass this problem ?
15 years ago
In fact, I don't like its style. I want to hide it and design a picture for the background of the frame. I will draw a similar bar within the picture as the style I like.I am using netBeans 6 IDE

how can I hide the title bar ?
15 years ago

What a nice day !

The problem was solved..
just I replaced tomcat by another one from another site - not apache site..
and it runs as simple as what Bear said !

I don't know what is the problem exactly .. but I noticed something, the library of the package from apache site doesn't contain jar files for servlet and jsp and other ones !
This is something not normal !

Thank you Bear, thank you Ben...
You are great helpful men
16 years ago
Ben, because I don't know why does tomcat hate me !
In fact, I am familiar with tomcat because I use it in Windows
I kept trying to run it in Mac OS for 2 weeks !! :roll:

If you or anyone has any suggestion or expectation about the reason of my problem, please tell me ..

Thanks to all
[ February 03, 2008: Message edited by: Eman Abdo ]
16 years ago
Bear,
I configured JAVA_HOME as what you worte , but tomcat still sleep !!
Thank you at all, I appreciate your help so much

Ben,
Thank you for your explaination, it added to me the new ..

--------

Now, I have to change tomcat to another free server, which one do you see it is better ?
16 years ago
Thank you Bear for your quick answer

I did it, but it doesn't start !





Really, I don't know where is the problem exactly !!
16 years ago
Hi,
I want to install apache tomcat 6 - last version - in my Mac system, I have one on Windows but I never like Windows after trying Macintosh!

I looked for any article learn me how to do this, but all methods to install failed !! I don't know really where is the problem !


please If any one know how to install it step by step, I will appreciate his help ..

and I am using Tiger not Leopard
16 years ago