Ethernet configuration

Login to reply to this topic.
Tue, 2008-05-06 12:52
Joined: 2007-07-31
Forum posts: 140

hello everybody,

i am developing an application in Series 60 2nd edition fp3 sdk which implements the HTTP connection.
when i run the application , a message box displays the message:-

The ethernet configuration is given by the application and no ethernet adapter is yet started.Can not proceed
You can start the ethernet adapter with the ethernet plugin for series 60 sdk service administrator program before starting the application.

then i run the netcards.exe and network_config.bat from the path:
C:\Symbian\8.1a\S60_2nd_FP3\Epoc32\tools

But it still displays the same message box.

What method should i follow to enable ethernet configuration.

Please help me...It is very urgent.

Thanks in advance.

Brajesh.


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++


Tue, 2008-05-06 12:56
Joined: 2005-04-13
Forum posts: 120
Re: Ethernet configuration

Start your Emulator. and then follow
Tools (menu Option), given at the top

Tools->Preferences->Network
Here you can provide network information including any proxy if valid


Jupitar

Tue, 2008-05-06 14:08
Joined: 2007-07-31
Forum posts: 140
Re: Ethernet configuration

It displays a window containing message:

Emulator prefrence and diagnostic tool is java application.
You will need a java 1.4.1 or later compatible virtual machine installed on your system.

but the java 1.4.1 is already installed on my system.

what is the problem i am unable to find.

Brajesh


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++

Tue, 2008-05-06 14:14
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: Ethernet configuration

I dont know if this is the problem but a checklist would be:
in the epoc32/tools/ecmt/config/config.properties check if java version is put, like for example below

epdt.java.version.start=1.4.1,1.4.2,1.5,5.0,1.6,6.0

Wed, 2008-05-07 05:43
Joined: 2007-07-31
Forum posts: 140
Re: Ethernet configuration

yes epdt.java.version.start=1.4.1,1.4.2,1.5,5.0 this text is written in the config.properties

Brajesh


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++

Wed, 2008-05-07 07:24
Joined: 2005-04-13
Forum posts: 120
Re: Ethernet configuration

I also faced the same problem sometime back. After upgrading the java sdk to 1.6 (or any latest)solved the problem.
In the worst scenario, try reinstalling the symbian SDK Smiling


Jupitar

Wed, 2008-05-07 07:27
Joined: 2007-07-31
Forum posts: 140
Re: Ethernet configuration

ok , i am going to reinstall all the sdk and jre.

thanks
Brajesh..


Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++

Wed, 2008-08-06 10:17
Joined: 2007-09-26
Forum posts: 2
Re: Ethernet configuration

I dont know if this is the problem but a checklist would be:
in the epoc32/tools/ecmt/config/config.properties check if java version is put, like for example below

epdt.java.version.start=1.4.1,1.4.2,1.5,5.0,1.6,6.0

This worked for me thanks.

  • Login to reply to this topic.