Document directory
- Method 1: Start and specify the Workspace
Description:IBM WebSphere Studio Application Developer version 5.1.2 for Windows
Due to project requirements, our project will be developed in IBM WebSphere Studio Application Developer (wsad). We used to use eclipse before, suddenly, it was a little cool to use wsad. This was not the first time we tried to set up a workspace. We had to change it when it was officially used, but it could not be changed. I found it in hundreds of times. It turned out to be a little different from Eclipse:
By default, when wsad 5 is started, a prompt window appears asking users to select a workspace. If you select "use this workspace as the default value and no longer display this dialog box" at the bottom of the window ", it's not that easy to change the workspace when you try to run wsad again.
Answer:
You can change the default workspace in WebSphere Studio Application Developer 5 in the following three ways:
Method 1: Start and specify the Workspace
1. Open the command window and enter the directory of wsappdev.exe.pdf wsappdev.exe should be in the installation path of wsad)
2. Run wsappdev.exe-data <workdirectory>, where <workdirectory> is the workspace directory to be used. If the workspace path to be specified is C:/workbentch, the command should be written as wsappdev.exe-data C:/workbentch.
Method 2: Use the command line method to start and bring up a prompt window to allow the user to select a workspace
1. Open the command window and enter the directory where wsappdev.exe is located.
2. Run wsappdev.exe-setworkspace.
Method 3: change the configuration file so that a prompt window pops up when wsad is started to allow the user to select the workspace.
1. Open the wsappdev. ini file in a text editor.
2. Add a line "setworkspace = true" at the top of "[environment variables]" and save it. The wsappdev. ini file contains the following content:
[Settings]
Defaultworkspace = <my documents>/IBM/wsappdev51/workspace
Productname = IBM WebSphere Studio Application Developer
Version = 5.1.1
Full = Yes
Keyname = wsappdev510
Vmargs =-xj9
Lumproductid = 1
Lumproductversion = 5.1.1
Website = www.ibm.com/websphere/#/zones/studio/appdev/
Setworkspace = true
[Environment variables]
3.close the wsappdev.ini file. When you directly double-click the wsappdev.exe file and start wsad again through the menu bar, a prompt window will pop up asking the user to select the workspace.