| Weblog: |
|
run WebLogic Server 8.1 on Mac OS X (Panther)
|
| Subject: |
|
WebLogic Workshop on Mac OS X |
| Date: |
|
2004-01-15 08:55:34 |
| From: |
|
anonymous2
|
Response to: WebLogic Workshop on Mac OS X
|
|
I am about to try Rod's tricks to get WLS running on my Mac. I have however been able to use WebLogic Workshop with Mac OS X for quite some while using the Linux download. unzip the bin file you download, and then look in bea/AUTORUN.INF for the command to run. Pick any of them. Launch and install...
You will need to "fix" your JDK under Mac OS X by doing the following commands:
sudo su -
mkdir -p /Library/Java/Home/jre/bin
mkdir /Library/Java/Home/jre/lib
cd /Library/Java/Home/jre/bin
ln -s ../../bin/java
cd ../lib
ln -s ../../../Classes/classes.jar rt.jar
These are necessary otherwise Workshop won't know that /Library/Java/Home is a valid java home.
Good luck,
Tarun
|
Showing messages 1 through 8 of 8.
-
WebLogic Workshop on Mac OS X
2004-03-27 19:07:01
richardeberhardt
[View]
-
WebLogic Workshop on Mac OS X
2004-04-10 19:19:24
richardeberhardt
[View]
-
WebLogic Workshop on Mac OS X
2004-04-15 12:34:17
w-
[View]
-
WebLogic Workshop on Mac OS X
2004-09-15 13:18:57
richardeberhardt
[View]
-
WebLogic Workshop on Mac OS X
2004-09-15 13:18:45
richardeberhardt
[View]
-
WebLogic Workshop on Mac OS X
2004-01-15 10:49:06
anonymous2
[View]
-
WebLogic Workshop on Mac OS X
2004-01-15 13:03:25
richardeberhardt
[View]
-
WebLogic Workshop on Mac OS X
2004-01-30 09:11:29
treddy
[View]
|
Showing messages 1 through 8 of 8.
|
I created the control, then generated the jws to test it. Creates and compiles OK. When it runs, I get the following message on the browser page:
Error: Validation class for this value was not provided or was not found.
36 /**
37 * @jc:sql statement="select CustName from Customer.FoodCustomer where CustCardNum = {custnum};"
38 */
*** 39 String GetCustName(int custnum);
40 }
File: MyDBControl.jcx (in /beaworkshop/user_projects/applications/HelloWorldApplication/FoodCustomerAccess/MyControls)
Suggestion: Verify that the validation class for this type is available.
Anyone have a solution to this?
Thanks,
Rich