• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error when found api key. Error occurred during initialization of VM

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to find api key for using and testing my app in my device(I mean before release, i want when connect device to laptop, i want to test program and see map on device). anyway, i use this line for find md5 and sh1, but when write this in cmd, i see below error! why? How can i solve this?

I write:

C:\Program Files\Java\jdk1.7.0_03\bin>keytool -list -keytool C:\Users\my name\debug.keystore

but i see this in cmd:

Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object

Please help me . Thanks
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Carefully look at each part of the command you're entering, and ask yourself: is that correct?
 
fahimeh hashemian
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:Carefully look at each part of the command you're entering, and ask yourself: is that correct?


I read my comments and i think, this is true! what you mean? which part of my question is incorrect?
 
Bartender
Posts: 4179
22
IntelliJ IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

fahimeh hashemian wrote:

Ulf Dittmer wrote:Carefully look at each part of the command you're entering, and ask yourself: is that correct?


I read my comments and i think, this is true! what you mean? which part of my question is incorrect?


What are the available options for the -list command?
 
fahimeh hashemian
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Steve Luke wrote:

fahimeh hashemian wrote:

Ulf Dittmer wrote:Carefully look at each part of the command you're entering, and ask yourself: is that correct?


I read my comments and i think, this is true! what you mean? which part of my question is incorrect?


What are the available options for the -list command?


I don't know. I read this tutorial and i use this for finding api key .

https://blog-emildesign.rhcloud.com/?p=403
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem is that you did not do exactly what that tutorial says to do. You made a mistake with the command you used, which is what Steve and I are trying to alert you to. So I'll say it again: look very carefully at every single part of the command you used.
 
fahimeh hashemian
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:The problem is that you did not do exactly what that tutorial says to do. You made a mistake with the command you used, which is what Steve and I are trying to alert you to. So I'll say it again: look very carefully at every single part of the command you used.


Sorry Sorry. I don't see the rest of it ! again sorry for take your time Thanks Steve and Ulf
 
You would be much easier to understand if you took that bucket off of your head. And that goes for the tiny ad too!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic