Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Add new connection error in SAP GUI Java

Former Member
0 Kudos

Hi,

I have been using SAP on Windows. Now I am using Linux (Mint) so I installed SAP GUI Java for Linux. First I installed PlatinGUI730Linux_4.JAR but had problem with creating connection so I removed it and installed PlatinGUI730Linux_6-20008877.JAR . However I am still unable to create connection. Here is the screen shot, except Description nothing is editable.

Java Version Details :

$ java -version

java version "1.7.0_45"

Java(TM) SE Runtime Environment (build 1.7.0_45-b18)

Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

  • SAP Managed Tags:
2 REPLIES 2

jude_bradley
Advisor
Advisor
0 Kudos

Hello Amitesh,

Did you read the documentation chapter 7?

This can be found by starting SAPGUI for Java, then Help -> SAPGUI Help

Also review the 'Getting Started' chapter 5 => Unix Platforms.

Regards,

Jude

  • SAP Managed Tags:

Former Member
0 Kudos

Go to tab "Advanced" and enter the following:

/H/<IP-Adress>/S/<PORT>

For example:

/H/10.0.0.1/S/3200


for a simple connection.

  • SAP Managed Tags: