• 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

Unable to do tour

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all,
Trivial issue here.
I am new to WebLogic and am trying to do the tour. When I click the QuickStart icon, Windows (XP)throws up an error "Windows cannot find 'c:/program'. Make sure you typed the name correctly and try again ...". I dont have a folder called 'program'. Web logic is located in a folder called 'C:/Pogram Files > bea'.
Does anyone know how to reset the path correctly to get the QuickStart started quickly ??
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
This is what I have as a target :
Just modify it so it is adapted to yours...
C:\beaPlatform7\jdk131_06\bin\javaw.exe -Dplatform.properties=platform.properties -jar "c:\beaPlatform7\weblogic700\common\lib\quickstart.jar"
 
Adrian Airloy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Valery
Hope this is not too late. Thanks for your response. but could you please advised me if there is a specific page on the server that i need to go through to set the above mentioned path??
 
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think they are referring to the Quick Start shortcut. If you right click on it, and do a properties, you should see a target string similar to what is mentioned.
 
Adrian Airloy
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The target string is "C:\Program Files\bea\jdk131_06\bin\javaw.exe" -Dplatform.properties=platform.properties -jar "C:\Program Files\bea\weblogic700\common\lib\quickstart.jar"
Which points to the right dir and starts up the Quick start panel. But on clicking on any of the links on that panel i get the following error "Windows cannot find 'C:\Program'. Make sure you typed tha name corectly, and then try again."
 
reply
    Bookmark Topic Watch Topic
  • New Topic