• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

who use jdeveloper?

 
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
i follow the follow link to study jdeveloper+weblogic,
http://otn.oracle.com/products/jdev/htdocs/vcmigration/weblogic/content.html
but all me xml file(such as web.xml,ejb-jar.xml) use the 'GBK' as their charactor encoding,i am SURE that i have set the "project settings->configurations->development->compiler->charactor encoding" as "UTF-8",but it don't work,i must MANUALLY modify it in order to deploy it to weblogic.why?
the other question is that within the "project navigator",i can only find the classes there,and can't find the packages,but the jbuilder can display the package structure,why?
thank you!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
I am assuming you are using JDeveloper 9.0.3...
Please select your project and press the "Show Categories" button in the "System -Navigator" menu (5th button from the left). This will give you a structure like
--jpr
|
-- Sources
|
---- <your package>
 
zb cong
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you very much!
yes,i use the 9.0.3,now i can display the package by your instruction.
but another question is the charactor encoding problem.have you experienced the same problem?
reply
    Bookmark Topic Watch Topic
  • New Topic