반응형

Error

------------------------------------------------------------------------
Building Primeface_server 1.0-SNAPSHOT
------------------------------------------------------------------------

[dependency:copy]

[resources:resources]
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource

[compiler:compile]
Compiling 12 source files to C:\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\target\classes
-------------------------------------------------------------
COMPILATION WARNING :
-------------------------------------------------------------
util/cmd.java:[8,54] Base64 is internal proprietary API and may be removed in a future release
util/cmd.java:[22,15] BASE64Decoder is internal proprietary API and may be removed in a future release
util/cmd.java:[64,26] Base64 is internal proprietary API and may be removed in a future release
util/cmd.java:[180,24] BASE64Decoder is internal proprietary API and may be removed in a future release
4 warnings
-------------------------------------------------------------
-------------------------------------------------------------
COMPILATION ERROR :
-------------------------------------------------------------
AndroidCar/AndroidCar.java:[7,47] error: package com.sun.xml.internal.messaging.saaj.util does not exist
AndroidCar/AndroidCar.java:[68,8] error: cannot find symbol
AndroidCar/AndroidCar.java:[68,33] error: cannot find symbol
AndroidCar/AndroidCar.java:[178,8] error: cannot find symbol
AndroidCar/AndroidCar.java:[178,33] error: cannot find symbol
5 errors
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1.859s
Finished at: Wed Feb 20 16:30:23 KST 2013
Final Memory: 10M/26M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project Primeface_server: Compilation failure: Compilation failure:
\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\src\main\java\AndroidCar\AndroidCar.java:[7,47] error: package com.sun.xml.internal.messaging.saaj.util does not exist
\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\src\main\java\AndroidCar\AndroidCar.java:[68,8] error: cannot find symbol
\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\src\main\java\AndroidCar\AndroidCar.java:[68,33] error: cannot find symbol
\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\src\main\java\AndroidCar\AndroidCar.java:[178,8] error: cannot find symbol
\Documents and Settings\user\My Documents\NetBeansProjects\Primeface_server\src\main\java\AndroidCar\AndroidCar.java:[178,33] error: cannot find symbol
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 

 

Solution

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                    <compilerArguments>
                        <endorseddirs>${endorsed.dir}</endorseddirs>
                    </compilerArguments>
                </configuration>
            </plugin>

 

반응형

InterruptedException

Programming/Exception 2013. 2. 20. 11:46 Posted by 생각하는로뎅
반응형

  Thread가 중단되었을 때 발생하는 예외 즉, wait()메소드나 sleep() 메소드를

사용해 Thread가 대기 상태로 들어갔다가 깨어나지 못 할때 발생하는 예외


  또는


  interrupt()메소드를 사용해 Thread를 중단시킬 때 발생

반응형

가상 해상도 만들기

Util/Etc. 2013. 2. 19. 23:42 Posted by 생각하는로뎅
반응형

1. 첨부파일을 다운 받습니다.(파일 출처)

netbook_resolution_customizer1_0_beta2-nandoin.zip

  

  파일명을 보시면 아시겠지만, 넷북용입니다. 하지만 pc에 쓰셔도 무방하십니다 ^^;

  ( Test 환경 : Win 7 )

 

2. 압축을 푸시고 NRC 파일을 실행시켜 줍니다.


3. 오른쪽 제일 하단에 화살표를 눌러보시면 모니터 모양의 아이콘이 존재합니다.


4. 오른쪽 클릭 -> Settings


5. Quick Switch 탭 -> (1) 아이템 이름 -> (2) 원하는 해상도 -> (3) 원하는 단축키 -> (4) Add -> (5) Save 단계를 거칩니다.


    필자의 경우 기본 해상도와 가상 해상도를 p와 q로 단축키 설정하여 사용하였습니다.


6. Save를 누르시면 비활성화 상태로 변합니다. 그때 설정하신 단축키를 눌러 보시면 원하는 해상도로 바뀝니다.


7. 중간에 해당 오류가 뜨면 신속하게 엔터로 Kill 해줍니다. (무시)


반응형

'Util > Etc.' 카테고리의 다른 글

Microsoft Visual Studio AnkhSVN  (0) 2013.07.04
Remote mouse pc  (0) 2013.04.17