This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compile error on jdk-14.0.1
#1
Please help.Thanks

Code:
D:\JPCSPSource>ant -f build-auto.xml dist-windows-amd64
Buildfile: D:\JPCSPSource\build-auto.xml

dist-windows-amd64:

build-subprojects:

init:
    [mkdir] Created dir: D:\JPCSPSource\bin\class
     [copy] Copying 128 files to D:\JPCSPSource\bin\class

build-project:
     [echo] Jpcsp: D:\JPCSPSource\build-auto.xml
    [javac] Compiling 1254 source files to D:\JPCSPSource\bin\class
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] D:\JPCSPSource\src\jpcsp\HLE\modules150\sceAtrac3plus.java:376: error: illegal start of expression
    [javac]         public void getStreamDataInfo(TPointer32 writeAddr, TPointer32 writableBytesAddr, TPointer32 readOffsetAddr) {
    [javac]         ^
    [javac] 1 error
    [javac] 1 warning
Reply
#2
Code:
[javac] D:\JPCSPSource\src\jpcsp\HLE\modules150\sceAtrac3plus.java:376: error: illegal start of expression
Your source code is not up-to-date. The directory "modules150" has been deleted a long time ago...
I've just tried to compile with jdk-14.0.1 and I had no issue.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
Thanks .I make a clean copy.Raise a unusual error,cannot run "7z" program
   
Reply
#4
(05-01-2020, 10:47 PM)sum2012 Wrote: Thanks .I make a clean copy.Raise a unusual error,cannot run "7z" program
Yes, this is the last step of the build: it is creating a .7z file of the "dist" directory. This is the file which is then offered for download from the "Live Downloads" section of emunewz.

https://github.com/jpcsp/jpcsp/blob/mast...o.xml#L151

The build is however already available into the "dist" directory.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#5
I run "start-windows-amd64.bat" raise attach error ,
but I can directly run jpcsp.jar (cannot record log)
editConfusedee 2.png
(05-02-2020, 10:01 AM)gid15 Wrote:
(05-01-2020, 10:47 PM)sum2012 Wrote: Thanks .I make a clean copy.Raise a unusual error,cannot run "7z" program
Yes, this is the last step of the build: it is creating a .7z file of the "dist" directory. This is the file which is then offered for download from the "Live Downloads" section of emunewz.

https://github.com/jpcsp/jpcsp/blob/mast...o.xml#L151

The build is however already available into the "dist" directory.


Attached Files Thumbnail(s)
       
Reply
#6
I use back jdk 1.8.0_112 seem work now.
Thanks anyway
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)