"Generate Java" not working in JDeveloper [message #276278] |
Wed, 24 October 2007 10:58 |
tracy milburn
Messages: 1 Registered: October 2007 Location: dallas
|
Junior Member |
|
|
Hi,
I'm using JDeveloper 10.1.2.0.0 and I have a pl/sql stored procedure I wrote and for some reason, when I do a "Generate Java" on it, all the oracle Types etc get generated, but the actual .java file that represents the package itself doesn't get generated.
Ring any bells for anyone?
Also I believe it may be getting an error but I never see an error anywhere; is there a log file somewhere in JDeveloper for this? Thanks
|
|
|
Re: "Generate Java" not working in JDeveloper [message #276443 is a reply to message #276278] |
Thu, 25 October 2007 03:03 |
dimis283
Messages: 38 Registered: July 2007 Location: greece
|
Member |
|
|
I make a "Generate Java" from a pl/sql package and a sqlj file created
From help
Quote: | For PL/SQL packages, JPublisher generates classes containing wrapper methods as SQLJ files.
|
Maybe you do some wrong and you have to read the Help section about that.
As I see you can choose the project that the code will be generate at.
Dimis
[Updated on: Thu, 25 October 2007 03:04] Report message to a moderator
|
|
|