cancel
Showing results for 
Search instead for 
Did you mean: 

SMP3SDKInstaller_3_5_0_win Launcher issue

devrajsinghr
Active Participant
0 Kudos

Hi Experts,

I have recently installed SMP 3 SP05 SDK  but could not to see any way to launch SDK. Is this the STD that this sdk only copies plugin flies to our system or Is it suppose to provide a launcher by which I can initiate SDK.

I also found below log in to installation log, which look suspicious.

(Jan 7, 2015 2:50:20 PM), , com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ProductException: (error code = 601; message="jvm "jvm" is not defined")

STACK_TRACE: 9

ProductException: (error code = 601; message="jvm "jvm" is not defined")

  at com.installshield.product.actions.Launcher.installFailed(Unknown Source)

  at com.installshield.product.actions.Launcher.install(Unknown Source)

  at com.installshield.product.actions.UninstallerLauncher.install(Unknown Source)

  at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)

  at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)

  at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)

  at java.lang.Thread.run(Unknown Source)

Regards

Dev

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

More to add, For more information related to installation, development etc can be found in this official guide.

SAP Mobile Platform SDK 3.0 SP05 – SAP Help Portal Page

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Devraj,

SMP3 Mobile SDK is set of libraries and classes used to develop Hybrid apps using kapsel plugins, Agentry app, sms based and OData native app for iOS, Windows & Android.

Once installation is done, you can see a folder created with all desired resources.

C:\SAP\MobileSDK3

This SDK is different than previous SMP/SUP (2.x) SDK. There is no launcher here.

For the log message:

Can you check if you have installed JDK and set Env variables:

JAVA_HOME: C:\Program Files\Java\jdk1.7.0_67

PATH: C:\Program Files\Java\jdk1.7.0_67\bin;

Regards,

JK

devrajsinghr
Active Participant
0 Kudos

Hi Jk,

Thanks for clarification on launcher part.

So it was correct that this setup is only for providing the kapsel Plugins for Cordova framework.

Java JDK is installed properly as well path variable is set.

Another question raised here.

1) How to utilize the SMP 3 server in this context?

2)  What about the Agentary & other SDK's which are part of SMP SDK SP5?

Regards

Dev

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ,


So it was correct that this setup is only for providing the kapsel Plugins for Cordova framework.

No, its not correct. As already mentioned it has set of libraries and classes for developing Agentry based apps, SMS and OData based native apps along with set of Kapsel plugins for hybrid apps development.

Did you get a chance to look at below guides:

Regards,

JK

devrajsinghr
Active Participant
0 Kudos

Hi Jk;

Thanks for further clarification!

I have seen those links but not gone through completely. I ll go through it. I hope these ll answer my below question too.

1) How to utilize the SMP 3 server in this context?

2)  What about the Agentary & other SDK's which are part of SMP SDK SP5?


Regards

Dev