Wowza Community

Can't find standart java methods

Hello!

After update from Wowza Media Server 3.0.6 to Wowza Streaming Engine 4.1.1 my own server-side Module is broken

The error occurs in the lines:

import java.util.ArrayList;
import java.util.HashMap;

it does not see the standard Java methods

Now the latest version Java is install

[root@serv23 ~]# rpm -qa | grep jdk
java-1.8.0-openjdk-src-1.8.0.25-3.b17.el6_6.x86_64
jdk1.8.0_25-1.8.0_25-fcs.x86_64
java-1.8.0-openjdk-headless-1.8.0.25-3.b17.el6_6.x86_64
java-1.8.0-openjdk-devel-1.8.0.25-3.b17.el6_6.x86_64
java-1.8.0-openjdk-1.8.0.25-3.b17.el6_6.x86_64

help me please!

Hello there.

This could indicate that Eclipse is no longer configured correctly. I would suggest you re-start the process and make sure the Wowza plug-in for Eclipse is installed, and configure a new project to ensure everything is working correctly.

Here is the Eclipse guide

NOTE: When entering the location of the plug-in (step 5) you will need to type the location manually, copying from the webpage adds extra information and will break the install.

Example. This is what is copied from the webpage:

wowza.com/wowzaide2#sthash.gLLeVhoS.dpuf

This is the actual URL to enter:

wowza.com/wowzaide2

Please let us know if you continue to have trouble getting this set up, or if you are getting any errors after completing this process.

Kind regards,

Salvadore

Hello!

I had this problem on my local machine. And it was resolved with reinstall eclipse and last version of Java.

But on the server I haven’t any eclipse. There is no errors in log file of wowza. It simply don’t work if there is a string “import java.util.HashMap;” in my server-side module.