Unable to import pages

Hi all,
I login the studio by [email protected]/admin
however, I cannot import pages
Control Panel -> Admin Admin -> My Pages -> Export/Import
and it prompts
"You do not have the required permission"
anyone has idea?
Thx
BCHK

The import functions slightly differently than the export. You need to import the pages into a community explicitly.
So, do a Control Panel > Communities > Actions > Manage Pages > Import/Export (tab) > Import (Browse for your LAR file).
I did the above flow from memory so it might not be exactly right but should be enough to get you going. Let me know if not.
Patrick Rafferty
http://branchbird.com

Similar Messages

  • Renderfarm error: Pre-Flight Error: Unable to import previously rendered file

    I have an error message I am receiving during network rendering on a  renderfarm, and was hoping for some help. The error is this: "Pre-Flight  Error: Unable to import previously rendered file."
    Here is my setup and some details:
    The user makes a comp, and adds it to the render queue set to render as a  quicktime movie file. Then they run a script which precomps everything  and sets it to render as a image sequence with "Skip existing files"  checked. This comp also has a post-render action set to import &  replace usage. After this comp is rendered, it gets pulled back into the  project and the original render item starts rendering the movie file  using the previously rendered image sequence as it's only layer.
    This project gets saved to a server where our render nodes are watching  the folder. All the render nodes pick up the project and proceed to  render the image sequence. Then, after they are done, 1 machine will  pick up the second render item and begin rendering the image sequence  into the final quicktime movie.
    All of this goes smoothly about 90% of the time. However, in some cases  an error shows up in the watch folder html page for the 2nd render item  (the one converting the image sequence to the movie). The error says  "Pre-Flight Error: Unable to import previously rendered file." After the  error occurs, no machines will start rendering the project.
    My first guess is that the render engine on one machine somehow skips  rendering the image sequence comp, and then tries to render the  quicktime movie comp and fails because the image sequence has not yet  been rendered. However, I can't figure out why After Effects would skip  rendering the first comp.
    Does anyone have any idea?
    Thanks for the help, and let me know if you have any more questions about the setup,
    Adam

    Well, you should get used to the fact that it's simply gone... Just looking at your screenshot makes me grind my teeth. From delayed writing of files to fragmentation in user folders to Windows doing obscure things this could be anything, but seriously, saving important files on the desktop? That is simply sloppy data management. There is no other way to say it. Read up on what proper file naming, incremental saving and backups are good for and why keeping work files separate and away from your user home directories is actually a quite simple, yet effective concept to avoid exactly that kind of issue.
    Mylenium

  • Java Real-Time System HotSpot(TM) Client VM warning: unable to lock pages i

    Error:
    Java Real-Time System HotSpot(TM) Client VM warning: unable to lock pages into memory
    I'm getting this error, although I have assigned all the needed privilegs to root and I am logged in as root. I have done everything described in the guidelines to get the privilegs, but still this warning occurs.
    But my application still works completely with no appreciable differences.
    So my question is: Does this warning affect the performance of my application?? Or can I live with this warning?
    Gordon

    Determinism is an important issue in my application. That's why page locking should be active in my application. When I'm determining the ScopedMemory size via VM like:
    ... -XX:ScopedSize=500000000 ...Then page locking works with a size of 500 mb very well. But when I try to set the ScopedSize value to 1 gb, then the exception (unable to lock page...) is thrown. So it seems as if I had all the required rights, but the huge size is not supported.
    The System has about 6 gb of DDR2Ram and minimum 5 gb are free during starting the VM. So are there any other parameters except ScopedSize that I can change, to allow the VM to lock memory with a size of about 1 gb? Or where is the problem with locking such big sizes?
    Thanks,
    Gordon

  • Unable to import Accounts in OIA

    Hi All,
    I'm not sure if this is the right forum for an OIA issue, but here goes:
    I am currently trying to run an import of accounts through OIA 11.1.5.4A.
    My schema file is set up like this:
    # @iam:namespace name="caseone" shortName="caseone"
    EmployeeID,UserID,name<CorrelationKey>,LastName,SAPID,Role,domain,endPoint
    and my caseone_01_accounts.csv file is:
    3181,"USZLJPL","Allison","Samin","NULL","Attorney","one","two"
    3180,"USZLJPD","Marissa","Arowe","NULL","Staff","one","two"
    3179,"USZMVJ9","Melissa","Joaquin","NULL","Paralegal","one","two"
    When I run the import, the results page displays: Success 0 of 3 accounts imported.
    The log details:
    DUPLICATE RECORD     Duplicate account 'null@RBACx@caseone' found during import, applying duplicate action 'keepLast'
    CORRELATION ERROR     No user found for account 'null@RBACx@caseone' [UserName=Melissa]
    My resources are configured in the order specified by the .rbx schema file. What is causing the duplication error?
    Edited by: 966081 on Nov 6, 2012 9:10 AM
    Edited by: 966081 on Nov 7, 2012 2:09 PM

    Hi Daniel,
    Thanks for your response. I tried modifying my settings per your configuration suggestions, and my import/export logs show this exception:
    Exception Level     Exception Type     Description
    ERROR     ATTRIBUTE NOT FOUND     Attribute: 'endPointName' not found in namespace [test]
    My test_01_accounts.csv file is:
    150,150,"Alison","Samarin","test","test"
    151,151,"Melissa","Austrie-Rowe","test","test"
    152,152,"Marissa","Joaquin","test","test"
    My test_accounts.rbx file is:
    # @iam:namespace name="test" shortName="test"
    name,userID<CorrelationKey>,firstName,lastName,domain,endpoint
    Here are the log details:
    16:44:36,853 DEBUG [CSVAccountFileReader] importing 'test' accounts from: test_01_accounts.csv_10.78.56.42_2012-11-13-16-44-36.772
    16:44:36,854 DEBUG [CSVAccountFileReader] schema fields ----> [name,userID<CorrelationKey>,firstName,lastName,domain,endpoint]
    16:44:36,854 DEBUG [CSVAccountFileReader] ---> userID has metadata = <CorrelationKey>
    16:44:36,854 DEBUG [CSVAccountFileReader] ----> param: CorrelationKey, value: true
    16:44:36,854 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 150
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 150
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Alison
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Samarin
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,854 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 151
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 151
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Melissa
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Austrie-Rowe
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 152
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 152
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Marissa
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Joaquin
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
    16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
    16:44:36,855 DEBUG [CSVAccountFileReader] ----> importing 3 accounts
    16:44:36,857 DEBUG [RbacxDataImporterImpl] ----------> [start] Importing 3 accounts
    16:44:36,887 DEBUG [RbacxDataImporterImpl] Setting default Account Type for account 'null@RBACx@test'
    16:44:36,896 DEBUG [RbacxDataImporterImpl] Available Indetity Correlation Rules..
    16:44:36,896 DEBUG [RbacxDataImporterImpl] ----------> Identity Correlation Rule: $globaluser.userName=$account.userID
    16:44:36,899 DEBUG [RbacxDataImporterImpl] Using Correlation Rule :$globaluser.userName=$account.userID
    16:44:36,899 DEBUG [RbacxDataImporterImpl] Finding Users:[152]
    16:44:36,905 DEBUG [RbacxDataImporterImpl] # Users Found 1
    16:44:36,905 DEBUG [RbacxDataImporterImpl] Global User found, '152' for account 'null'
    16:44:36,905 DEBUG [RbacxDataImporterImpl] ----------> creating or updating 1 accounts
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
    16:44:36,947 ERROR [CSVAccountFileReader] ---> Error occured file reading file:
    java.lang.RuntimeException: Unable to import accounts
    at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.importAccounts(CSVAccountFileReader.java:357)
    at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.readCSVFileInternal(CSVAccountFileReader.java:212)
    at com.vaau.rbacx.iam.file.csv.AbstractCSVFileReader.readInternal(AbstractCSVFileReader.java:84)
    at com.vaau.rbacx.iam.file.support.AbstractFileReader.read(AbstractFileReader.java:160)
    at com.vaau.rbacx.iam.file.support.AbstractFileReader.run(AbstractFileReader.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.vaau.rbacx.iam.RbacxIamAttributeNotFoundRunTimeException: Attribute: 'endPointName' not found in namespace [test]
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachyAttributeWrappers(AttributeWrapperCreatorHelper.java:1064)
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:540)
    at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:129)
    at com.vaau.rbacx.manager.AccountManagerImpl.createAccounts(AccountManagerImpl.java:176)
    at com.vaau.rbacx.manager.AccountManagerImpl.createOrUpdateAccounts(AccountManagerImpl.java:154)
    at com.vaau.rbacx.core.support.RbacxDataImporterImpl.importAccounts(RbacxDataImporterImpl.java:935)
    at sun.reflect.GeneratedMethodAccessor727.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy117.importAccounts(Unknown Source)
    I am going to try again after adding an endPointName field and will let you know the results, but I'm confused as to why it would be asking for endPointName when that is not required according to the documentation.
    Thanks.

  • Im unable to import an mp3 track into garageband. I used to be able to just click and drag into GB. Advice please?

    Im unable to import an mp3 track into garageband (version 08). I used to be able to just click and drag into GB. Advice please?

    Arch Blr wrote:
    Im unable to import an mp3 into garageband
    http://www.bulletsandbones.com/GB/GBFAQ.html#filewontimport
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Unable to import XSL subtemplate

    Hi.
    I've created a new XSL sub-template. The XSL is pretty much empty. All my XSL sub-templates are stored in the same location as my RTF sub-templates but I'm unable to import them into my layout. When i run my layout, I get an empty page. On removing the import statement, I get the remaining layout just fine.
    Here's what my XSL sub-template contains:
    <xsl:template name="test">
    Hello World
    </xsl:template>
    Here's the import statement I'm using:
    <?import:xdoxsl:///~bi_rfletter/letters/blocks/debt_spec_st.xsb?>
    I've checked the file and folder permissions and ensured that they are the same as all my other RTF sub-templates. They are in the same location too. I've been through this whole thing very minutely but I can't seem to figure out why I can't import an XSl sub-template but I can import a RTF sub-template. Is this a bug?

    The correct method of restoring photos from Time Machine is to restore the entire library.
    The way that TM backs up files makes nearly impossible to go into the backup via the Finder and recover individual files. So you will have to restore a library that contains the photos you need being sure to select the option to keep both versions.
    Then open the restored library and export those photos you need.  Open your original library and import those photos.  After that you can delete the recently restored library.
    OT

  • Unable to import contact to iphone

    I have uploaded my contacts to icloud drive but i am unable to import vcard file contact to my iphone from my Windows PC.

    To what Sony phone do you want these contacts transferred?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Export Import Page wise

    Hi Friends,
    Can anyone share how we can export pages from DEV environment to PROD environmnent. I am unable to import the tabs and breadcrums of dev to prod. Please anyone can share the detailed export import way page wise.
    Regards
    Amit

    I have taken the components export also for my page but it is throwing this error
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-02291: integrity constraint
    (APEX_030200.WWV_FLOW_OPT_MENUS_FK) violated -
    parent key not found &lt;pre&gt;begin wwv_flow_api.create_menu_option
    ( p_id=&amp;gt;10309417129946195 +
    wwv_flow_api.g_id_offset, p_menu_id=&amp;gt;1014925035211070
    + wwv_flow_api.g_id_offset, p_parent_id=&amp;gt;6070631031739865 +
    wwv_flow_api.g_id_offset,
    p_option_sequence=&amp;gt;
    10, p_short_name=&amp;gt;'Lookup Type', p_Regards
    Edited by: User_Apex on Oct 20, 2010 6:39 AM

  • I am unable to import pictures from my iphone to my computer.  Can anyone help?

    I am unable to import pics. 

    It sounds like you are using an application to import. You can do it manually.
    Start > Computer (on the right) > scroll to the bottom and you will see your iPhone under Portable Devices > Open it and you will see a Drive, open that and there will be a DCIM folder. That is where your photos will be (There may be other folders each holding photos).

  • Unable to import video frompanasonic VDR-D105 DVD video camera to imovie HD

    Trying to import my video from my dvd camera but imovie can not find camera. When I connect the firewire the camera locates DVD player software and allows me to play it on my computer, but not able to import to imovie. DVD Player allows my to clip my video but does not allow me to transfer of save it on my computer.
    If I'm unable to import, Is there a work around to get my video in imovie, say quicktime?
    I am using imovie HD 6.0.3.

    Hi S
    1. DVD-Cameras are for playback - not to be edited from.
    iMovie, FinalCut Express and Pro works with miniDV tape Cameras
    This course DVD and hard disk Cameras compact info to medium BUT in
    a destructive way. You can't get full quality back to be edited.
    miniDV also compacts to tape BUT Non-destructive = full quality to Mac.
    2. Does Your Camera really have FireWire. Most probably You are using
    the USB-cable that was delivered with Your Camera. FW is buy extra.
    Best solution - though sour. Change Camera
    If this isn't an option You'll have to back convert to streaming DV that iMovie
    and FCE/P understands.
    - Converting programs like may be:
    MPEG Streamclip converts from mpeg-1 to whatever you like (within reason).
    QuickTime MPEG-2 Playback Component
    or
    via analog out on Camera via an A/D-box to FW to Mac.
    Non is a good way though.
    Yours Bengt W

  • Unable to import movie files from iphoto '08 into imovie HD

    I have recently bought a 2008 macbook (2.2 GHz) and have recently downloaded imovie HD in addition to owning iLife '08 due to its extra capabilities. I have found that I am unable to import any of my movie files from my iphoto library folder as it seems to need to open the actual iphoto application before the files can be accessed. In addition, when not using any specific program it would be nice to be able to access my photo/video files within the iphoto folder without iphoto automatically opening as the default viewer.
    Any ideas??!! Thanks.

    ahostmadsen wrote:
    .. and I import AVI video clips directly without converting to .dv, without problems.
    lucky you.. .avi is just a container, no 'format'/codec .. I can show you dozends of .avis, which will NOT import into iMHD6, due to being playback-codecs, not convertable by the underlying Quicktime engine into separte, editable audio+video streams ..
    .. If you convert to .dv, the size just blows up.
    dv is 13GB/h and a codec meant for editing; e.g. it stores every frame (video=30 frams/sec) of a recording, as mpegs usually doesn't do so.. = your Mac has to estimate content, when converting and 'recovering' the content = lossy process.
    iMHD6 is a dv-editor; the mpeg4 feature is only a toy, to spice up iSight recordings.. for sure, the QTengine can convert a lot, but too much conversion (from one lossy codec, e.g. divx, into another, e.g. mp4) means a (dramatic) loss of pic quality..
    my 5€ cents ..

  • I am unable to import new photos in iPhoto 11. Perhaps I should just reinstall from iLife disk? Will it affect my photos in any way?

    Hello,
    I have iPhoto 11 installed on my MacBook. I am now unable to import new photos using USB or by plugging the camera directly into the laptop. Never had that probem before with this camera. Perhaps just reinstall iPhoto from the iLife disk?

    Hello Terence,
    Okay I will try reformating the camera's card. However all is well when I export photos to my iMac at home or onto my iPad.
    If your suggestion does not work should I try reinstalling iPhoto from the iLife disk? If so, how do I go about doing that or is there a website somewhere explaining this?
    Regards,
    Tom

  • Unable to import M3U file. Unknown error -50

    Hey guys,
    I am unable to import an M3U playlist into iTunes. Getting the following error message:
    The file "File.M3U" cannot be imported. An unknown error occurred (-50).
    Have any of you seen it and know a way to fix it?
    Thanks in advance.

    Any chance that the Playlist you are importing has some 'special characters'? They are usually fine within the playlist, but the title of the playlist cannot contain them.
    Just a thought....

  • Why do I get the error message "unable to load page (HTTP 502) when I try to open Mobile Web?

    I have an LG Octane 3 basic phone.   Does everything I need, phone and text, and I never was interested in web or e-mail capabilities until I recently upgraded our plan to the "More Everything" and was able to use data and check e-mail and access the internet.   Whenever I try to open Mobile Web, I get the error message "unable to load page (HTTP 502)".    As of March 31, 2015, all of us basic phone users lose the "Mobile Email" app on our phones, and will have to access web versions of our e-mail via the web.  Which is currently unavailable and doesn't work.
    Over a week ago, did a chat session with a tech support rep, and she indicated that either she or an engineer would contact me with how to fix the problem.   Have not heard anything from anybody, and the deadline is approaching quickly.   Have no need of all the excess features of a smart phone, nor do I wish to be forced to jettison a perfectly working phone for my needs and buy something I don't want to be able to do 2 simple things.............check e-mail to see if there's something that needs to be answered right away, and to check traffic reports when I'm on the road, or find something in an area with which I'm not familiar.     Not really too much to ask, you would think....   )
    Has anyone else had this same problem, and if so, how do we fix it....???  My next move is a phone call, but those haven't always been very productive.
    If any of you have any ideas why this error keeps coming up and the web can't load, and some on how to fix it, I would really appreciate some advice.
    Thanks in advance.
    Karen

    Since the chat session got no reply, I contacted Verizon by phone and a very nice level 2 tech created a trouble ticket and sent it up the food chain.  Got a call back, maybe 2 days later, and had a nice, although very long session with a higher level tech.  They had determined that the browser for the LG Octane is an old one and no longer supported by Verizon.    We tried everything we could to download the Opera browser, but since I was totally unable to get Mobile Web to work, couldn't do it.   The only other possible "fix" was to totally reset the phone to factory specs and try it again.   That would mean a lot of work on my part to move anything I didn't want to disappear off the phone, and find a place to forward texts that had to be saved.   Caught our tenants lying about why the rent was late (again), and need that for when I put them back on a lease....  
    Long story short is that unless we try this total reset, which isn't a sure fix, either, anyone who isn't able to access the Mobile Web with the LG Octane will have to change their plan to avoid paying for data that you can't access using any method. 
    I ran a test with an app that I knew was no longer valid.....that was sending photos to PixPlace.   Got the exact same error message as when trying to access Mobile Web to get the web version of my e-mail.   That just verified that the 502 error is, at least in the LG Octane, for an app that no longer works.   After today, we'll get the same thing when we try to access Mobile E-Mail.
    Have to admit, it's a real ****-off, but this shouldn't surprise me, since Verizon won't repair older copper phone lines if you are in an area where FIOS is offered. 
    I am going to immediately change my husband's and my cell phone plan to one without data, and see what I can find that will still give unlimited calls and text.  The way my luck runs, they won't offer one for a decent price.  The other half has some very long-winded friends and he was always running over minutes, and some months are very text-heavy and I'd go over my limit.   Absolutely HATE touch screens, and am not looking forward to having to get a new phone.  

  • Problem with Pages.  I have recently been unable to open Pages, or any documents from Pages on my iMac.  Pages seems to be in the Cloud and can open a list of the documents in Pages, but can't open any of those documents.

    Recently unable to open Pages or any documents therein.  It seems to be stuck in the Cloud.  Although I can open a list of the documents I can not open any of the documents. 

    The answer is simple...  If you want to remedy this, then don't save them as PDFs.
    Word opens Word and text documents.  Not PDFs.
    Also note that this forum is for troubleshooting Apple Software Update for Windows, a software package for Windows designed to update Apple products that run on Windows, and not related to Microsoft Office or your question in any way. If you have issues or questions about Office, it's probably best you post Office related questions on Microsoft's own forums for their Mac products.
    http://www.officeformac.com/productforums

Maybe you are looking for

  • What do i do if my logic board crashes

    i dont know what to do

  • Connecting iPod Video to a Beosound 3000 - How do i do ?

    I have recieved a iPod AV connection kit but I can't use it on Bang and Olufsen system Beosound 3000 - Do you know whar I need to get my iPod connected ? Thanks

  • Video to flash

    Want to share with you, guys!!! Just find very good tool that can convert Video AVI, ASF, WMV, MOV, MP4, MPEG, MPG files to Flash SWF and FLV. You can download it HERE if you need... HERE

  • SAP HR : ABAP Query / Infotype enhancement / Field in Q0168 & not in P0168

    Hi all, There is a field in the structure Q0168-CSTDT, the field can be seen in the PA20/30 screen under the costs tab. This field is not there in the P0168 structure. The requirement is to add this to the ABAP Query. What steps should be taken ? Do

  • Reserved names in Java

    Hi, i'm trying to increase my knowledge in Java, and I was wondering what all the reserved names in Java are and what they mean. I know all the basics like: new, public, private, package, protected, int, double, etc. But i was wondering some other on