cancel
Showing results for 
Search instead for 
Did you mean: 

simple Java example needed for NW4

Former Member
0 Kudos

Hi,

I have the free Netweaver with Web AS 6.40, running on FC4. I have been able to create some ABAP programs successfully. I would like a simple example of how to create and run a java program in Netweaver. I assume you use se80? Please let me know all the correct settings and procedures to run the program as well.

thanks,

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, using the Netweaver Developer Studio (as described above), you can try the sample code from this location: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-d">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-d</a>

The samples include instructions on how to import, compile and deploy the sample project using NDS.

HTH.

Cheers,

Jonathan

Former Member
0 Kudos

Hi,

There are some basic J2EE engine examples that by default are installed with the Web AS server. ("Hello world", etc.). Since they are already installed you can run them immediately and check their source code and functionality. Just access

http://localhost:50000/index.html

and use the links from there.

(You may need to change the host and port depending on your installation)

Best Regards

Peter