-1

I wrote some programs for Oracle Service Instances using the SDK in Eclipse.I also included some Referenced Libraries in Eclipse Project. Now I want to run those programs from that Eclipse Java Project on to differnt OS(Ubuntu-Server). How can I do that? Help me doing this!

1 Answers1

1

This question seems to be about how to run java code on Ubuntu, and is not specific to any Oracle SDKs.

In general, you should package the application as a jar in Eclipse, then move that jar to the Ubuntu server. Then run that jar from the command line on the Ubuntu server. For more info see this post.

Joe
  • 2,377
  • 1
  • 12
  • 12